示例#1
0
 public BlogPostModel()
 {
     Tags                = new List <BlogPostTagModel>();
     AddNewComment       = new AddBlogCommentModel();
     Comments            = new CommentListModel();
     PictureModel        = new PictureModel();
     PreviewPictureModel = new PictureModel();
 }
示例#2
0
 public BlogPostModel()
 {
     Tags          = new List <BlogPostTagModel>();
     AddNewComment = new AddBlogCommentModel();
     Comments      = new CommentListModel();
 }
 public BlogPostModel()
 {
     Tags = new List<string>();
     Comments = new List<BlogCommentModel>();
     AddNewComment = new AddBlogCommentModel();
 }