コード例 #1
0
 public DeleteShipmentCommandHandler(IShipmentCommandService service)
 {
     this.service = service;
 }
コード例 #2
0
 public AddShipmentCommandHandler(IShipmentCommandService shipmentCommandService)
 {
     this.shipmentCommandService = shipmentCommandService;
 }