Exemplo n.º 1
0
 private bool AuditExists(int id)
 {
     return(_auditRepository.Any(e => e.Id == id));
 }