added bitacora_mesa
This commit is contained in:
@@ -11,9 +11,6 @@ export class ProgramaService {
|
||||
@InjectRepository(Programa)
|
||||
private readonly programaRepository:Repository<Programa>
|
||||
){}
|
||||
create(createProgramaDto: CreateProgramaDto) {
|
||||
return 'This action adds a new programa';
|
||||
}
|
||||
|
||||
findAll() {
|
||||
return this.programaRepository.find();
|
||||
|
||||
Reference in New Issue
Block a user