Esempio n. 1
0
 public VwRecibocajaingresodet GetVwRecibocajaingresodet(Expression <Func <VwRecibocajaingresodet, bool> > criteria)
 {
     return(VwRecibocajaingresodetDao.Get(criteria));
 }
Esempio n. 2
0
 public VwRecibocajaingresodet GetVwRecibocajaingresodet(int id)
 {
     return(VwRecibocajaingresodetDao.Get(id));
 }