示例#1
0
 public async Task <ActionResult <IEnumerable <Tache> > > GetTaskByUser(String cin)
 {
     return(await tacheService.GetTaskByUser(cin));
 }