예제 #1
0
 public Comment getCommentById(long commentId) {
   return taskCommentService.getCommentById(commentId);
 }