WIP commit

This commit is contained in:
Robert Marshall 2019-04-18 19:28:58 +01:00
parent 20ccdd07f1
commit 0187aec52a
2 changed files with 102 additions and 0 deletions

View file

@ -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; }