total por carrera
This commit is contained in:
@@ -4,9 +4,12 @@ import { ParticipacionService } from './participacionAlumno.service';
|
||||
import { ReportesController } from './reportes.controller';
|
||||
import { UsuarioEntity } from '../entities/usuario.entity';
|
||||
import { TipoUsuarioEntity } from '../entities/tipoUsuario.entity';
|
||||
import { Carrera } from '../entities/carreras.entity';
|
||||
|
||||
@Module({
|
||||
imports: [TypeOrmModule.forFeature([UsuarioEntity, TipoUsuarioEntity])],
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([UsuarioEntity, TipoUsuarioEntity, Carrera]),
|
||||
],
|
||||
providers: [ParticipacionService],
|
||||
controllers: [ReportesController],
|
||||
exports: [ParticipacionService],
|
||||
|
||||
Reference in New Issue
Block a user