WIP commit
This commit is contained in:
parent
20ccdd07f1
commit
0187aec52a
2 changed files with 102 additions and 0 deletions
|
@ -16,6 +16,11 @@ namespace Website.Models
|
|||
UserId = state.User_Id;
|
||||
}
|
||||
|
||||
public BlogPost()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public int Id { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Content { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue