예제 #1
0
 public Comment GetComment(int commentId)
 {
     return(_ideationRepository.ReadComment(commentId));
 }