Ejemplo n.º 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();
 }
Ejemplo n.º 3
0
 public BlogPostModel()
 {
     Tags = new List<string>();
     Comments = new List<BlogCommentModel>();
     AddNewComment = new AddBlogCommentModel();
 }