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