예제 #1
0
 public void AddNewUserComment(UserComment newUserComment, int postID)
 {
     _repo.AddUserComment(newUserComment, postID);
 }