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