Beispiel #1
0
 public long CountImpuesto()
 {
     return(ImpuestoDao.Count());
 }
Beispiel #2
0
 public long CountImpuesto(Expression <Func <Impuesto, bool> > criteria)
 {
     return(ImpuestoDao.Count(criteria));
 }