carrera progrma listo

This commit is contained in:
xXpuma99Xx
2022-04-17 20:56:02 -05:00
parent d0c8d08ce5
commit d6e97e7f98
7 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Entity, Column, PrimaryGeneratedColumn, OneToMany } from 'typeorm';
import { Equipo } from '../equipo/equipo.entity';
import { CarreraPrograma } from '../carrera-programa/carrera-programa.entity';
import { CarreraPrograma } from '../carrera-programa/entity/carrera-programa.entity';
@Entity()
export class Programa {