Exemple #1
0
 public void AppsConfirm(OrderItemConfirm method)
 {
     this.CurrentObjectState = new PurchaseOrderItemObjectStates(this.Strategy.Session).InProcess;
 }
Exemple #2
0
 public void AppsConfirm(OrderItemConfirm method)
 {
     this.PurchaseOrderItemState = new PurchaseOrderItemStates(this.Strategy.Session).InProcess;
 }