Esempio n. 1
0
 private bool Exists(Guid id)
 {
     return(cardRepo.Exists(e => e.Id == id));
 }