public long CountVwRecibocajaegreso() { return(VwRecibocajaegresoDao.Count()); }
public long CountVwRecibocajaegreso(Expression <Func <VwRecibocajaegreso, bool> > criteria) { return(VwRecibocajaegresoDao.Count(criteria)); }