create new ep delete programs
This commit is contained in:
@@ -35,6 +35,10 @@ export class ProgramaService {
|
||||
await this.programaRepository.update(id, updateProgramaDto);
|
||||
return await this.findOne(id);
|
||||
}
|
||||
|
||||
async delete(id:number){
|
||||
return this.programaRepository.delete(id)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user