Пример #1
0
 public void AppsCancel(CustomerShipmentCancel method)
 {
     this.CustomerShipmentState = new CustomerShipmentStates(this.Strategy.Session).Cancelled;
 }
Пример #2
0
 public void BaseCancel(CustomerShipmentCancel method) => this.ShipmentState = new ShipmentStates(this.Strategy.Session).Cancelled;
Пример #3
0
 public void AppsCancel(CustomerShipmentCancel method)
 {
     this.CurrentObjectState = new CustomerShipmentObjectStates(this.Strategy.Session).Cancelled;
 }