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