示例#1
0
 public BusinessListingModel()
 {
     Tags          = new List <string>();
     Comments      = new List <BlogCommentModel>();
     AddNewComment = new AddBlogCommentModel();
 }
 public BlogPostModel()
 {
     Tags          = new List <string>();
     Comments      = new List <BlogCommentModel>();
     AddNewComment = new AddBlogCommentModel();
 }
示例#3
0
 public BlogPostModel()
 {
     Tags = new List<string>();
     Comments = new List<BlogCommentModel>();
     AddNewComment = new AddBlogCommentModel();
 }