コード例 #1
0
 public BinLocationsController(IBinLocationService binLocationService, IBinLocationSelectListBuilder binLocationViewModelSelectListBuilder)
     : base(binLocationService, binLocationViewModelSelectListBuilder)
 {
 }
コード例 #2
0
 public InventoryControlsController(IBinLocationService binLocationService, IInventoryControlAPIRepository inventoryControlAPIRepository, IBinLocationSelectListBuilder binLocationViewModelSelectListBuilder)
     : base(binLocationService, binLocationViewModelSelectListBuilder)
 {
     this.binLocationService            = binLocationService;
     this.inventoryControlAPIRepository = inventoryControlAPIRepository;
 }