Пример #1
0
 public async Task <bool> AnyAsync(Conditions searchConditions)
 {
     return(await _crudManager.AnyAsync(searchConditions));
 }