Esempio n. 1
0
 public long CountReporte()
 {
     return(ReporteDao.Count());
 }
Esempio n. 2
0
 public long CountReporte(Expression <Func <Reporte, bool> > criteria)
 {
     return(ReporteDao.Count(criteria));
 }