예제 #1
0
 internal ActionResult <Comment> CreateComment(Comment newComment)
 {
     return(_repo.CreateComment(newComment));
 }