Example #1
0
 public ShipmentDeliveredEvent(Shipment shipment)
 {
     this.Shipment = shipment;
 }
Example #2
0
 public ShipmentSentEvent(Shipment shipment)
 {
     this.Shipment = shipment;
 }