modulo motivo controller final

This commit is contained in:
2022-12-23 10:45:32 -06:00
parent 9a98ac2851
commit eebcf0addb
2 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
NotFoundException,
} from '@nestjs/common';
import { InjectRepository } from '@nestjs/typeorm';
import { FindOptionsWhere, Repository } from 'typeorm';
import { Repository } from 'typeorm';
import { Institucion } from '../institucion/entity/institucion.entity';
import { Modulo } from './entity/modulo.entity';
import { Operador } from '../operador/entity/operador.entity';