Exemplo n.º 1
0
 @Override
 public Comment save(Comment comment) {
   return commentRepository.save(comment);
 }