Beispiel #1
0
        public void BaseSetPacked(CustomerShipmentSetPacked method)
        {
            this.ShipmentState = new ShipmentStates(this.Strategy.Session).Packed;

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