Esempio n. 1
0
 public void BaseHold(CustomerShipmentHold method)
 {
     this.HeldManually = true;
     this.PutOnHold();
 }
Esempio n. 2
0
 public void AppsHold(CustomerShipmentHold method)
 {
     this.HeldManually = true;
     this.PutOnHold();
 }