Esempio n. 1
0
 public Comment findById(Long id) {
   return commRepo.findById(id);
 }