Esempio n. 1
0
 public VwRecibocajaegresodet GetVwRecibocajaegresodet(Expression <Func <VwRecibocajaegresodet, bool> > criteria)
 {
     return(VwRecibocajaegresodetDao.Get(criteria));
 }
Esempio n. 2
0
 public VwRecibocajaegresodet GetVwRecibocajaegresodet(int id)
 {
     return(VwRecibocajaegresodetDao.Get(id));
 }