Beispiel #1
0
 public long CountPeriodo()
 {
     return(PeriodoDao.Count());
 }
Beispiel #2
0
 public long CountPeriodo(Expression <Func <Periodo, bool> > criteria)
 {
     return(PeriodoDao.Count(criteria));
 }