Ejemplo n.º 1
0
 public ShipmentDeliveredEvent(Shipment shipment)
 {
     this.Shipment = shipment;
 }
Ejemplo n.º 2
0
 public ShipmentSentEvent(Shipment shipment)
 {
     this.Shipment = shipment;
 }