Exemplo n.º 1
0
 public int Count(object where = null)
 {
     return(_servicoBase.Count(where));
 }
Exemplo n.º 2
0
 public int Count(Expression <Func <TEntity, bool> > expression)
 {
     return(_servicoBase.Count(expression));
 }