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