new ep api to assign and cancel table
This commit is contained in:
@@ -13,7 +13,7 @@ export class ProgramaService {
|
||||
){}
|
||||
|
||||
findAll() {
|
||||
return this.programaRepository.find();
|
||||
return this.programaRepository.find({order:{programa:'ASC'}});
|
||||
}
|
||||
|
||||
findOne(id_programa: number) {
|
||||
|
||||
Reference in New Issue
Block a user