Пример #1
0
 public ShipmentDeliveredEvent(Shipment shipment)
 {
     this.Shipment = shipment;
 }
Пример #2
0
 public ShipmentSentEvent(Shipment shipment)
 {
     this.Shipment = shipment;
 }