Example #1
0
 public bool CanShipment()
 {
     return(_orderState.CanShipment(this));
 }