institucion carrera service final
This commit is contained in:
@@ -48,10 +48,6 @@ export class InstitucionProgramaService {
|
||||
});
|
||||
}
|
||||
|
||||
crearPrograma(id_programa: number) {
|
||||
return this.programaRepository.create({ id_programa });
|
||||
}
|
||||
|
||||
async findAllByIdInstitucion(id_institucion: number, mostrar = false) {
|
||||
const institucion = await this.institucionService.findById(id_institucion);
|
||||
const query = this.institucionProgramaRepository
|
||||
|
||||
Reference in New Issue
Block a user