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,7 +1,7 @@
import { Injectable } from '@nestjs/common';
import { InjectRepository } from '@nestjs/typeorm';
import { Repository } from 'typeorm';
import { CarreraPrograma } from './carrera-programa.entity';
import { CarreraPrograma } from './entity/carrera-programa.entity';
@Injectable()
export class CarreraProgramaService {