7 lines
No EOL
183 B
C#
7 lines
No EOL
183 B
C#
namespace Robware.Api.Blog.Models {
|
|
public class BlogPostSubmission {
|
|
public int? Id { get; set; }
|
|
public string Title { get; set; }
|
|
public string Content { get; set; }
|
|
}
|
|
} |