Get a blog post (testing mysql connection)
This commit is contained in:
parent
19c3c49f4d
commit
5a0d0933ce
6 changed files with 20 additions and 7 deletions
|
@ -2,6 +2,8 @@ namespace Website.Models
|
|||
{
|
||||
public class BlogPost
|
||||
{
|
||||
public int Id { get; internal set; }
|
||||
public int PostId { get; set; }
|
||||
public string PostTitle { get; set; }
|
||||
public string Post_Title { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue