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