Exemplo n.º 1
0
 public virtual async Task <int> CountAsync(Expression <Func <T, bool> > @where = null)
 {
     return(await DbContext.CountAsync(where));
 }