Esempio n. 1
0
 public async Task <Chore> GetChore(Guid id)
 {
     return(await _choreService.GetChore(id));
 }