@Service
public class GrupoService
extends java.lang.Object
| Constructor and Description |
|---|
GrupoService(GrupoRepo grupoRepo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Grupo> |
findAllGrupos() |
java.util.List<java.lang.String> |
findAllNombres() |
Grupo |
findByName(java.lang.String nombre) |