public Recibocajaegreso GetRecibocajaegreso(Expression <Func <Recibocajaegreso, bool> > criteria) { return(RecibocajaegresoDao.Get(criteria)); }
public Recibocajaegreso GetRecibocajaegreso(int id) { return(RecibocajaegresoDao.Get(id)); }