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