コード例 #1
0
 public Grupo buscarPorId(Long id) {
   return grupoRepository.buscarPorId(id);
 }