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