Ejemplo n.º 1
0
 public virtual int GetCountByQuery(Expression <Func <T, bool> > where)
 {
     return(_dao.GetCountByQuery(where));
 }