Beispiel #1
0
        public void BaseSetPicked(CustomerShipmentSetPicked method)
        {
            this.ShipmentState = new ShipmentStates(this.Strategy.Session).Picked;

            foreach (ShipmentItem shipmentItem in this.ShipmentItems)
            {
                shipmentItem.ShipmentItemState = new ShipmentItemStates(this.Session()).Picked;
            }
        }
Beispiel #2
0
 public void AppsSetPicked(CustomerShipmentSetPicked method)
 {
     this.CustomerShipmentState = new CustomerShipmentStates(this.Strategy.Session).Picked;
 }
Beispiel #3
0
 public void AppsSetPicked(CustomerShipmentSetPicked method)
 {
     this.CurrentObjectState = new CustomerShipmentObjectStates(this.Strategy.Session).Picked;
 }