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