public void Complete(MesScmsStationShelf mesScmsStationShelf) { mesScmsStationShelf.Flag = MesDssConstants.MES_SCMS_FLAG_SCMS_UPDATED; this.UpdateMesScmsStationShelf(mesScmsStationShelf); }
public virtual void UpdateMesScmsStationShelf(MesScmsStationShelf entity) { entityDao.Update(entity); }