carrera progrma listo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user