Exemplo n.º 1
0
 public virtual int Count(Expression <Func <T, bool> > @where = null)
 {
     return(DbContext.Count(where));
 }
Exemplo n.º 2
0
 public virtual int Count <T>(Expression <Func <T, bool> > @where = null) where T : class, new()
 {
     return(DbContext.Count(where));
 }