示例#1
0
 public Recibocajaegreso GetRecibocajaegreso(Expression <Func <Recibocajaegreso, bool> > criteria)
 {
     return(RecibocajaegresoDao.Get(criteria));
 }
示例#2
0
 public Recibocajaegreso GetRecibocajaegreso(int id)
 {
     return(RecibocajaegresoDao.Get(id));
 }