예제 #1
0
        public void SetSelectedShipping(ShippingMethod method) {
            this.ShippingService = method.ServiceName;
            this.ShippingAmount = method.Cost;
            //this.ShippingMethodID = method.ShippingMethodID;

        }
예제 #2
0
 public void SetSelectedShipping(ShippingMethod method)
 {
     this.ShippingService = method.ServiceName;
     this.ShippingAmount  = method.Cost;
     //this.ShippingMethodID = method.ShippingMethodID;
 }