Beispiel #1
0
 public async Task <int> CountAsync()
 {
     return(await _serviceBase.CountAsync());
 }
 public async Task <int> CountAsync(Expression <Func <TViewModel, bool> > where)
 {
     return(await _service.CountAsync(MapWhere(where)));
 }