Пример #1
0
 public void SetCargoInspectionService(ICargoInspectionService cargoInspectionSrv)
 {
     cargoInspectionService = cargoInspectionSrv;
 }
Пример #2
0
 public CargoHandledHandler(ICargoInspectionService cargoInspectionService)
 {
     this.cargoInspectionService = cargoInspectionService;
 }
 public void SetCargoInspectionService(ICargoInspectionService cargoInspectionSrv)
 {
     cargoInspectionService = cargoInspectionSrv;
 }