....
This commit is contained in:
13
Back/Data/Models/Blog.cs
Normal file
13
Back/Data/Models/Blog.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Back.Data.Models
|
||||
{
|
||||
public class Blog
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Text { get; set; }
|
||||
public byte[]? Photo { get; set; }
|
||||
public string Date { get; set; }
|
||||
public string Time { get; set; }
|
||||
public bool Status { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user