예제 #1
0
 public void RemoveComment(int commentId)
 {
     commentRepo.RemoveComment(commentId);
 }