Exemplo n.º 1
0
 public long CountVwRecibocajaegreso()
 {
     return(VwRecibocajaegresoDao.Count());
 }
Exemplo n.º 2
0
 public long CountVwRecibocajaegreso(Expression <Func <VwRecibocajaegreso, bool> > criteria)
 {
     return(VwRecibocajaegresoDao.Count(criteria));
 }