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