示例#1
0
 public async Task <ActionResult <Tache> > DeleteTache(int id)
 {
     return(await tacheService.delete(id));
 }