Esempio n. 1
0
 public long CountCpventadet()
 {
     return(CpventadetDao.Count());
 }
Esempio n. 2
0
 public long CountCpventadet(Expression <Func <Cpventadet, bool> > criteria)
 {
     return(CpventadetDao.Count(criteria));
 }