public BlogPostModel() { Tags = new List <string>(); Comments = new List <BlogCommentModel>(); AddNewComment = new AddBlogCommentModel(); }
public BlogPostModel() { Tags = new List<string>(); Comments = new List<BlogCommentModel>(); AddNewComment = new AddBlogCommentModel(); }