コード例 #1
0
 public virtual int Delete(Expression <Func <T, bool> > @where)
 {
     return(_dbContext.Delete(where));
 }