Example #1
0
 public void ShippingMethod()
 {
     if (CanShippingMethod())
     {
         _orderState.ShippingMethod(this);
     }
 }