Beispiel #1
0
 public async Task <ActionResult <Tache> > GetTask(int id)
 {
     return(await tacheService.GetTacheById(id));
 }