예제 #1
0
 public Comment CreateCommentFromBlog(Comment newComment)
 {
     newComment.Id = _repo.CreateCommentFromBlog(newComment);
     return(newComment);
 }