Пример #1
0
 public int GetCount(Expression <Func <TEntity, bool> > whereLamebda)
 {
     return(_baseDLL.QueryCount(whereLamebda));
 }