Exemplo n.º 1
0
 public int GetCount(Func <TEntity, bool> whereLamebda)
 {
     return(_baseRepositoty.QueryCount(whereLamebda));
 }
Exemplo n.º 2
0
 public Task <int> GetCount(Expression <Func <TEntity, bool> > whereLamebda)
 {
     return(_baseRepositoty.QueryCount(whereLamebda));
 }