コード例 #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
ファイル: CustomerShipment.cs プロジェクト: Allors/apps
 public void AppsCancel(CustomerShipmentCancel method)
 {
     this.CurrentObjectState = new CustomerShipmentObjectStates(this.Strategy.Session).Cancelled;
 }