public Recibocajaegresodet GetRecibocajaegresodet(Expression <Func <Recibocajaegresodet, bool> > criteria) { return(RecibocajaegresodetDao.Get(criteria)); }
public Recibocajaegresodet GetRecibocajaegresodet(int id) { return(RecibocajaegresodetDao.Get(id)); }