Example #1
0
 public long CountCpt()
 {
     return(CptDao.Count());
 }
Example #2
0
 public long CountCpt(Expression <Func <Cpt, bool> > criteria)
 {
     return(CptDao.Count(criteria));
 }