Exemplo n.º 1
0
 public List<Comment> getAllCommentsByTaskId(long taskId) {
   return taskCommentService.getAllCommentsByTaskId(taskId);
 }