Esempio n. 1
0
 private bool ChoreExists(Guid id)
 {
     return(_choreService.Query(e => e.Id == id).Select().Any());
 }