Example #1
0
 public void ShippingMethod(OrderContext order)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void StatusCheck(OrderContext order)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void OpenOrder(OrderContext order)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void Shipment(OrderContext order)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public bool CanOpenOrder(OrderContext order)
 {
     return(true);
 }