コード例 #1
0
 public OptimizationEngine(ISupplierInventoryDataService supplierInventoryDataService,
                           ISupplierStandardInventoryService supplierStandardInventoryService,
                           ISupplierBaseService supplierBaseService,
                           IDeliveryCostConfigurationDataService deliveryCostConfigurationDataService,
                           IUserService userService, IWatchListDataService watchListDataService)
 {
     this.supplierInventoryDataService     = supplierInventoryDataService;
     this.supplierStandardInventoryService = supplierStandardInventoryService;
     this.supplierBaseService = supplierBaseService;
     this.deliveryCostConfigurationDataService = deliveryCostConfigurationDataService;
     this.userService          = userService;
     this.watchListDataService = watchListDataService;
 }
 public SupplierStandardInventoryBusinessEntity(ISupplierStandardInventoryService supplierStandardInventoryService,
                                                IStandardInventoryBusinessEntity standardInventoryBusinessEntity)
 {
     this.supplierStandardInventoryService = supplierStandardInventoryService;
     this.standardInventoryBusinessEntity  = standardInventoryBusinessEntity;
 }