organizacion de institucion y modulo

This commit is contained in:
xXpuma99Xx
2022-04-16 14:37:17 -05:00
parent 594af0cde9
commit 29bb3fe79b
13 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
ManyToOne,
JoinColumn,
} from 'typeorm';
import { Institucion } from '../institucion/institucion.entity';
import { Institucion } from '../institucion/entity/institucion.entity';
import { Usuario } from '../usuario/usuario.entity';
import { CarreraPrograma } from '../carrera-programa/carrera-programa.entity';