open changes
This commit is contained in:
8
wishlist/Models/BlogPost.cs
Normal file
8
wishlist/Models/BlogPost.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wishlist.Models;
|
||||
|
||||
public class BlogPost
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public string Content { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user