Esempio n. 1
0
 public async Task <IEnumerable <Chore> > GetAll()
 {
     return(await _choreService.GetAllChores());
 }