todos los modulos

This commit is contained in:
xXpuma99Xx
2022-04-16 13:46:44 -05:00
parent 864c119d4f
commit 594af0cde9
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@ export class ModuloService {
});
}
findAll() {
return this.moduloRepository.find();
}
findAllByIdInstitucion(id_institucion: number) {
return this.institucionService
.findById(id_institucion)