示例#1
0
 public void Shipment()
 {
     if (CanShipment())
     {
         _orderState.Shipment(this);
     }
 }