listo institucion infraccion

This commit is contained in:
xXpuma99Xx
2022-04-17 21:47:00 -05:00
parent 8516b3c199
commit 5ae9ee563f
8 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
ManyToOne,
JoinColumn,
} from 'typeorm';
import { InstitucionInfraccion } from '../institucion-infraccion/institucion-infraccion.entity';
import { InstitucionInfraccion } from '../institucion-infraccion/entity/institucion-infraccion.entity';
import { Prestamo } from '../prestamo/prestamo.entity';
@Entity()