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