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