Ejemplo n.º 1
0
 public int TotalRecord(string searchValue)
 {
     return(_auditLogRepository.TotalRecord(searchValue));
 }