modulo institución tipo carrito final

This commit is contained in:
xXpuma99Xx
2022-06-23 21:57:44 -05:00
parent 803390a5bf
commit 9691165c63
13 changed files with 48 additions and 63 deletions
@@ -59,8 +59,9 @@ export class InstitucionProgramaController {
type: 'string',
})
programasMostrar(@Query() query: IdInstitucionDto) {
return this.institucionProgramaService.findAllByIdInstitucionMostrar(
return this.institucionProgramaService.findAllByIdInstitucion(
parseInt(query.id_institucion),
true,
);
}