Esempio n. 1
0
 public void WriteComment(Comment comment, BlogPostModel blogPost)
 {
     blogPostService.WriteComment(comment, blogPost);
 }