9 lines
No EOL
172 B
C#
9 lines
No EOL
172 B
C#
namespace Website.Models
|
|
{
|
|
public class BlogPost
|
|
{
|
|
public int PostId { get; set; }
|
|
public string PostTitle { get; set; }
|
|
public string Post_Title { get; set; }
|
|
}
|
|
} |