listo programa
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Entity, PrimaryGeneratedColumn, ManyToOne, JoinColumn } from 'typeorm';
|
||||
import { Carrera } from '../../carrera/entity/carrera.entity';
|
||||
import { Programa } from '../../programa/programa.entity';
|
||||
import { Programa } from '../../programa/entity/programa.entity';
|
||||
|
||||
@Entity()
|
||||
export class CarreraPrograma {
|
||||
|
||||
Reference in New Issue
Block a user