Edit and create blog posts
This commit is contained in:
parent
47431d4650
commit
44875a6a45
6 changed files with 126 additions and 1 deletions
7
Website/Models/BlogPostSubmission.cs
Normal file
7
Website/Models/BlogPostSubmission.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Website.Models {
|
||||
public class BlogPostSubmission {
|
||||
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