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