Exemple #1
0
        public PriceViewModel(
            ILogger logger,
            IDebouncer debouncer,
            ITradeSearchService tradeSearchService,
            IPoeNinjaCache poeNinjaCache,
            IStaticDataService staticDataService,
            ILanguageProvider languageProvider,
            IPoePriceInfoClient poePriceInfoClient,
            INativeClipboard nativeClipboard,
            IParserService parserService,
            SidekickSettings settings,
            IStatDataService statDataService,
            IItemCategoryService itemCategoryService)
        {
            this.logger              = logger;
            this.debouncer           = debouncer;
            this.tradeSearchService  = tradeSearchService;
            this.poeNinjaCache       = poeNinjaCache;
            this.staticDataService   = staticDataService;
            this.languageProvider    = languageProvider;
            this.poePriceInfoClient  = poePriceInfoClient;
            this.nativeClipboard     = nativeClipboard;
            this.parserService       = parserService;
            this.settings            = settings;
            this.statDataService     = statDataService;
            this.itemCategoryService = itemCategoryService;
            Task.Run(Initialize);

            PropertyChanged += PriceViewModel_PropertyChanged;
        }
Exemple #2
0
 public DbSeeder(
     IWorldService worldService,
     IFactionService factionService,
     IItemService itemService,
     IItemCategoryService itemCategoryService,
     IZoneService zoneService,
     IProfileService profileService,
     ILoadoutService loadoutService,
     IScrimRulesetManager rulesetManager,
     IFacilityService facilityService,
     IFacilityTypeService facilityTypeService,
     IVehicleService vehicleService,
     IVehicleTypeService vehicleTypeService,
     IDeathEventTypeService deathTypeService,
     ISqlScriptRunner sqlScriptRunner,
     ILogger <DbSeeder> logger
     )
 {
     _worldService        = worldService;
     _factionService      = factionService;
     _itemService         = itemService;
     _itemCategoryService = itemCategoryService;
     _zoneService         = zoneService;
     _profileService      = profileService;
     _loadoutService      = loadoutService;
     _rulesetManager      = rulesetManager;
     _facilityService     = facilityService;
     _facilityTypeService = facilityTypeService;
     _vehicleService      = vehicleService;
     _vehicleTypeService  = vehicleTypeService;
     _deathTypeService    = deathTypeService;
     _sqlScriptRunner     = sqlScriptRunner;
     _logger = logger;
 }
Exemple #3
0
 public CatalogueController(IClientMasterService ClientMasterService, ICountryService CountryService, IStateService StateService,
                            IDistrictService DistrictService, IBankService BankService, IBankNameService BankNameService, IUtilityService UtilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                            IClientBankDetailService ClientBankDetailService, ICatalogueService CatalogueService, IBarcodeNumberService BarcodeNumberService, IItemNameService ItemNameService,
                            IUniversalBarcodeNumberService UniversalBarocodeNumberService, IItemService ItemService, IColorCodeService ColorCodeService, IItemCategoryService CategoryService,
                            IEntryStockItemService EntryStockItemService, IOpeningStockService OpeningStockService, IInwardItemFromSupplierService InwardItemFromSupplierService, IUnitService UnitService)
 {
     this._ClientMasterService           = ClientMasterService;
     this._CountryService                = CountryService;
     this._StateService                  = StateService;
     this._DistrictService               = DistrictService;
     this._BankService                   = BankService;
     this._BankNameService               = BankNameService;
     this._UtilityService                = UtilityService;
     this._ClientBankDetailService       = ClientBankDetailService;
     this._IUserCredentialService        = usercredentialservice;
     this._iIModuleService               = iIModuleService;
     this._CatalogueService              = CatalogueService;
     this._BarcodeNumberService          = BarcodeNumberService;
     this._ItemNameService               = ItemNameService;
     this._UniversalBarcodeNumberService = UniversalBarocodeNumberService;
     this._ItemService                   = ItemService;
     this._ColorCodeService              = ColorCodeService;
     this._CategoryService               = CategoryService;
     this._EntryStockItemService         = EntryStockItemService;
     this._OpeningStockService           = OpeningStockService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._UnitService                   = UnitService;
 }
Exemple #4
0
 public ItemGroupService(EveVoidContext context,
                         IUniverseApi universeApi,
                         IItemCategoryService itemCategoryService)
 {
     _context             = context;
     _universeApi         = universeApi;
     _ItemCategoryService = itemCategoryService;
 }
 public ItemController(IInventoryService inventoryService, IItemSupplierService itemSupplierService, IItemCategoryService itemCategoryService, IItemService itemService, ISupplierService supplierService)
 {
     this.itemSupplierService = itemSupplierService;
     this.itemCategoryService = itemCategoryService;
     this.itemService         = itemService;
     this.supplierService     = supplierService;
     this.inventoryService    = inventoryService;
 }
Exemple #6
0
        public ScrimRulesetManager(IDbContextHelper dbContextHelper, IItemCategoryService itemCategoryService, ILogger <ScrimRulesetManager> logger)
        {
            _dbContextHelper     = dbContextHelper;
            _itemCategoryService = itemCategoryService;
            _logger = logger;

            _defaultRulesetId = 1;
        }
 public ItemService(IDbContextHelper dbContextHelper, IItemCategoryService itemCategoryService,
                    CensusItem censusItem, ISqlScriptRunner sqlScriptRunner, ILogger <ItemService> logger)
 {
     _dbContextHelper     = dbContextHelper;
     _itemCategoryService = itemCategoryService;
     _censusItem          = censusItem;
     _sqlScriptRunner     = sqlScriptRunner;
     _logger = logger;
 }
 public ItemFacade(IUnitOfWorkProvider provider, ICategoryService categoryService,
                   IItemService itemService, IItemCategoryService itemCategoryService, IMapper mapper)
     : base(provider)
 {
     this.categoryService     = categoryService;
     this.itemService         = itemService;
     this.itemCategoryService = itemCategoryService;
     this.mapper = mapper;
 }
Exemple #9
0
 public DesignController(IUtilityService utilityservice, IDesignService designservice, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IItemService itemservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._UtilityService         = utilityservice;
     this._DesignService          = designservice;
     this._ItemCategoryService    = itemcategoryservice;
     this._ItemSubCategoryService = itemsubcategoryservice;
     this._ItemService            = itemservice;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
 }
Exemple #10
0
 public BarcodePrintingController(IUserCredentialService IUserCredentialService, IBarcodeNumberService IBarcodeNumberService, IModuleService iIModuleService, IOpeningStockService openingstockservice, IItemCategoryService itemcategortservice, IItemSubCategoryService itemsubcategortservice, IItemService itemservice, IInwardFromSupplierService InwardFromSupplierService, IInwardItemFromSupplierService InwardItemFromSupplierService)
 {
     this._openingstockservice           = openingstockservice;
     this._IUserCredentialService        = IUserCredentialService;
     this._iIModuleService               = iIModuleService;
     this._itemcategortservice           = itemcategortservice;
     this._itemsubcategoryservice        = itemsubcategortservice;
     this._itemservice                   = itemservice;
     this._InwardFromSupplierService     = InwardFromSupplierService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._BarcodeNumberService          = IBarcodeNumberService;
 }
 public ItemTaxController(IUtilityService utilityService, IItemTaxService itemtaxService, IItemService itemservice, IItemCategoryService itemcategoryService, IItemSubCategoryService itemsubcategoryservice, ICityService cityservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IStateService StateService)
 {
     this._utilityService         = utilityService;
     this._itemtaxService         = itemtaxService;
     this._itemservice            = itemservice;
     this._itemcategoryService    = itemcategoryService;
     this._itemsubcategoryservice = itemsubcategoryservice;
     this._cityservice            = cityservice;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
     this._StateService           = StateService;
 }
        public ScrimRulesetManager(IDbContextHelper dbContextHelper, IItemCategoryService itemCategoryService, IItemService itemService, IRulesetDataService rulesetDataService, IScrimMessageBroadcastService messageService, ILogger <ScrimRulesetManager> logger)
        {
            _dbContextHelper     = dbContextHelper;
            _itemCategoryService = itemCategoryService;
            _itemService         = itemService;
            _rulesetDataService  = rulesetDataService;
            _messageService      = messageService;
            _logger = logger;

            _messageService.RaiseRulesetRuleChangeEvent += async(s, e) => await HandleRulesetRuleChangeMesssage(s, e);

            _messageService.RaiseRulesetSettingChangeEvent += HandleRulesetSettingChangeMessage;
            _messageService.RaiseRulesetOverlayConfigurationChangeEvent += HandleRulesetOverlayConfigurationChangeMessage;
        }
Exemple #13
0
        public DatabaseMaintenanceService(
            IFacilityTypeService facilityTypeService,
            IFacilityService facilityService,
            IItemService itemService,
            IItemCategoryService itemCategoryService,
            IProfileService profileService,
            ILoadoutService loadoutService,
            IZoneService zoneService,
            IWorldService worldService,
            IFactionService factionService,
            IVehicleService vehicleService,
            ISqlScriptRunner adhocScriptRunner,
            IWebHostEnvironment env
            )
        {
            _facilityService     = facilityService;
            _facilityTypeService = facilityTypeService;
            _itemService         = itemService;
            _itemCategoryService = itemCategoryService;
            _profileService      = profileService;
            _loadoutService      = loadoutService;
            _zoneService         = zoneService;
            _worldService        = worldService;
            _factionService      = factionService;
            _vehicleService      = vehicleService;
            _adhocScriptRunner   = adhocScriptRunner;
            _env = env;

            _mapRegions     = new CensusStoreDataComparisonRow("Map Regions", _facilityService);
            _facilityTypes  = new CensusStoreDataComparisonRow("Facility Types", _facilityTypeService);
            _items          = new CensusStoreDataComparisonRow("Items", _itemService);
            _itemCategories = new CensusStoreDataComparisonRow("Item Categories", _itemCategoryService);
            _profiles       = new CensusStoreDataComparisonRow("Profiles", _profileService);
            _loadouts       = new CensusStoreDataComparisonRow("Loadouts", _loadoutService);
            _zones          = new CensusStoreDataComparisonRow("Zones", _zoneService);
            _worlds         = new CensusStoreDataComparisonRow("Worlds", _worldService);
            _factions       = new CensusStoreDataComparisonRow("Factions", _factionService);
            _vehicles       = new CensusStoreDataComparisonRow("Vehicles", _vehicleService);

            Comparisons.Add(_mapRegions);
            Comparisons.Add(_facilityTypes);
            Comparisons.Add(_items);
            Comparisons.Add(_itemCategories);
            Comparisons.Add(_profiles);
            Comparisons.Add(_loadouts);
            Comparisons.Add(_zones);
            Comparisons.Add(_worlds);
            Comparisons.Add(_factions);
            Comparisons.Add(_vehicles);
        }
 public DiscountMasterController(IUtilityService UtilityService, IUserCredentialService UserCredentialService, IModuleService ModuleService,
                                 IDiscountMasterService DiscountMasterService, IDiscountMasterItemService DiscountMasterItemService, IItemCategoryService ItemCategoryService, IItemSubCategoryService ItemSubCategoryService,
                                 IItemService ItemService, INonInventoryItemService NonInventoryItemService, IBrandMasterService BrandMasterService)
 {
     this._UtilityService            = UtilityService;
     this._UserCredentialService     = UserCredentialService;
     this._ModuleService             = ModuleService;
     this._DiscountMasterService     = DiscountMasterService;
     this._DiscountMasterItemService = DiscountMasterItemService;
     this._ItemCategoryService       = ItemCategoryService;
     this._ItemSubCategoryService    = ItemSubCategoryService;
     this._ItemService             = ItemService;
     this._NonInventoryItemService = NonInventoryItemService;
     this._BrandMasterService      = BrandMasterService;
 }
 public JobWorkItemController(IJobWorkItemService jobworkitemService, INonInventoryItemService NonInventoryService, IUtilityService utilityService, IItemCategoryService ItemCategoryService,
                              IItemSubCategoryService ItemSubCategoryService, IUserCredentialService UserCredentialService, IModuleService ModuleService, ITypeOfMaterialService TypeOfMaterialService,
                              IColorCodeService ColorCodeService, IDesignService DesignService, IUnitService UnitService)
 {
     this._jobworkitemService     = jobworkitemService;
     this._NonInventoryService    = NonInventoryService;
     this._utilityService         = utilityService;
     this._ItemCategoryService    = ItemCategoryService;
     this._ItemSubCategoryService = ItemSubCategoryService;
     this._IUserCredentialService = UserCredentialService;
     this._iIModuleService        = ModuleService;
     this._TypeOfMaterialService  = TypeOfMaterialService;
     this._ColorCodeService       = ColorCodeService;
     this._DesignService          = DesignService;
     this._UnitService            = UnitService;
 }
 public SupplierController(ISuppliersMasterService suppliermasterservice, ICountryService countryservice, IStateService stateservice, ITypeOfSupplierService typeofsupplierservice,
                           IDistrictService districtservice, IUtilityService utilityservice, IBankNameService banknameservice, IBankService bankservice, ISupplierBankDetailService SupplierBankDetailService, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._suppliermasterservice     = suppliermasterservice;
     this._countryservice            = countryservice;
     this._stateservice              = stateservice;
     this._typeofsupplierservice     = typeofsupplierservice;
     this._districtservice           = districtservice;
     this._utilityservice            = utilityservice;
     this._banknameservice           = banknameservice;
     this._bankservice               = bankservice;
     this._SupplierBankDetailService = SupplierBankDetailService;
     this._itemcategoryservice       = itemcategoryservice;
     this._itemsubcategoryservice    = itemsubcategoryservice;
     this._IUserCredentialService    = usercredentialservice;
     this._iIModuleService           = iIModuleService;
 }
 public ApplicationDataLoader(
     IItemCategoryService itemCategoryService,
     IScrimRulesetManager rulesetManager,
     IScrimMatchScorer matchScorer,
     IFacilityService facilityService,
     IWorldService worldService,
     IZoneService zoneService,
     ILogger <ApplicationDataLoader> logger)
 {
     _itemCategoryService = itemCategoryService;
     _rulesetManager      = rulesetManager;
     _matchScorer         = matchScorer;
     _facilityService     = facilityService;
     _worldService        = worldService;
     _zoneService         = zoneService;
     _logger = logger;
 }
Exemple #18
0
 public ModifyAuctionsFacade(
     IUnitOfWorkProvider provider,
     IAuctionService auctionService,
     IItemService itemService,
     ICategoryService categoryService,
     IItemCategoryService itemCategoryService,
     IUserService userService,
     IRaiseService raiseService)
     : base(provider)
 {
     this.auctionService      = auctionService;
     this.itemService         = itemService;
     this.categoryService     = categoryService;
     this.itemCategoryService = itemCategoryService;
     this.userService         = userService;
     this.raiseService        = raiseService;
 }
Exemple #19
0
 public StockDistributionController(IUtilityService utilityservice, IGodownService godownservice, IGodownAddressService godownaddressservice, IShopService shopservice, IOpeningStockService openingstockservice, IEntryStockItemService entrystockitemservice, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IItemService itemservice, IStockDistributionService stockdistributionservice,
                                    IStockItemDistributionService stockitemdistributionservice, IOutwardStockDistributionService outwardstkdisservice, IOutwardItemStockDistributionService outwarditemstkdisservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._utilityservice               = utilityservice;
     this._godownservice                = godownservice;
     this._godownaddressservice         = godownaddressservice;
     this._shopservice                  = shopservice;
     this._openingstockservice          = openingstockservice;
     this._entrystockitemservice        = entrystockitemservice;
     this._itemcategoryservice          = itemcategoryservice;
     this._itemsubcategoryservice       = itemsubcategoryservice;
     this._itemservice                  = itemservice;
     this._stockdistributionservice     = stockdistributionservice;
     this._stockitemdistributionservice = stockitemdistributionservice;
     this._outwardstkdisservice         = outwardstkdisservice;
     this._outwarditemstkdisservice     = outwarditemstkdisservice;
     this._IUserCredentialService       = usercredentialservice;
     this._iIModuleService              = iIModuleService;
 }
Exemple #20
0
 public ReplicaCompanyController(ICompanyService CompanyService, ICompanyBankDetailsService CompanyBankDetailsService, IUserCredentialService UserCredentialService, IModuleService ModuleService, IBankService BankService,
                                 IClientMasterService ClientMasterService, IClientBankDetailService ClientBankDetailService, IDesignService DesignService, IEmployeeMasterService EmployeeMasterService, IGodownService GodownService, IGodownAddressService GodownAddressService,
                                 IItemCategoryService ItemCategoryService, IItemSubCategoryService ItemSubCategoryService, IItemService ItemService, IJobWorkerService JobWorkerService, IJobWorkItemService JobWorkItemService, IJobWorkTypeService JobWorkTypeService,
                                 ISalesIncentiveService SalesIncentiveService, IShopService ShopService, ITypeOfMaterialService TypeOfMaterialService, IUnitService UnitService, ISuppliersMasterService SuppliersMasterService, ISupplierBankDetailService SupplierBankDetailService,
                                 ITransportService TransportService, ITransportBankDetailService TransportBankDetailService, INonInventoryItemService NonInventoryItemService, IUserService UserService, IEmployeesCompanyService EmployeesCompanyService, ICommissionService CommissionService,
                                 IBarcodeNumberService BarcodeNumberService, IBrandMasterService BrandMasterService, IDesignationMasterService DesignationMasterService)
 {
     this._CompanyService            = CompanyService;
     this._CompanyBankDetailsService = CompanyBankDetailsService;
     this._UserCredentialService     = UserCredentialService;
     this._ModuleService             = ModuleService;
     this._BankService                = BankService;
     this._ClientMasterService        = ClientMasterService;
     this._ClientBankDetailService    = ClientBankDetailService;
     this._DesignService              = DesignService;
     this._EmployeeMasterService      = EmployeeMasterService;
     this._GodownService              = GodownService;
     this._GodownAddressService       = GodownAddressService;
     this._ItemCategoryService        = ItemCategoryService;
     this._ItemSubCategoryService     = ItemSubCategoryService;
     this._ItemService                = ItemService;
     this._NonInventoryItemService    = NonInventoryItemService;
     this._BarcodeNumberService       = BarcodeNumberService;
     this._JobWorkerService           = JobWorkerService;
     this._JobWorkItemService         = JobWorkItemService;
     this._JobWorkTypeService         = JobWorkTypeService;
     this._SalesIncentiveService      = SalesIncentiveService;
     this._ShopService                = ShopService;
     this._TypeOfMaterialService      = TypeOfMaterialService;
     this._UnitService                = UnitService;
     this._SuppliersMasterService     = SuppliersMasterService;
     this._SupplierBankDetailService  = SupplierBankDetailService;
     this._TransportService           = TransportService;
     this._TransportBankDetailService = TransportBankDetailService;
     this._UserService                = UserService;
     this._EmployeesCompanyService    = EmployeesCompanyService;
     this._CommissionService          = CommissionService;
     this._BrandMasterService         = BrandMasterService;
     this._DesignationMasterService   = DesignationMasterService;
 }
 public ServiceWrapper(
     IAddressService AddressService,
     ICustomerService CustomerService,
     IDepartmentService DepartmentService,
     IEquipmentService EquipmentService,
     IEquipmentCategoryService EquipmentCategoryService,
     IExpenseService ExpenseService,
     IExpenseTypeService ExpenseTypeService,
     IFactoryService FactoryService,
     IIncomeService IncomeService,
     IIncomeTypeService IncomeTypeService,
     IInvoiceService InvoiceService,
     IInvoiceTypeService InvoiceTypeService,
     IItemService ItemService,
     IItemCategoryService ItemCategoryService,
     IItemStatusService ItemStatusService,
     IPayableService PayableService,
     IPaymentStatusService PaymentStatusService,
     IPhoneService PhoneService,
     IProductionService ProductionService,
     IPurchaseService PurchaseService,
     IPurchaseTypeService PurchaseTypeService,
     IRecievableService RecievableService,
     IRoleService RoleService,
     ISalesService SalesService,
     IStaffService StaffService,
     IStockService StockService,
     IStockInService StockInService,
     IStockOutService StockOutService,
     ISupplierService SupplierService,
     ITransactionService TransactionService,
     ITransactionTypeService TransactionTypeService,
     IUserAuthInfoService UserAuthInfoService,
     IUserRoleService UserRoleService,
     IRepositoryWrapper repositoryWrapper,
     IMapper mapper,
     ILoggerManager loggerManager,
     IUtilService utilService,
     IApiResourceMappingService ApiResourceMappingService
     )
 {
     this._AddressService           = AddressService;
     this._CustomerService          = CustomerService;
     this._DepartmentService        = DepartmentService;
     this._EquipmentService         = EquipmentService;
     this._EquipmentCategoryService = EquipmentCategoryService;
     this._ExpenseService           = ExpenseService;
     this._ExpenseTypeService       = ExpenseTypeService;
     this._FactoryService           = FactoryService;
     this._IncomeService            = IncomeService;
     this._IncomeTypeService        = IncomeTypeService;
     this._InvoiceService           = InvoiceService;
     this._InvoiceTypeService       = InvoiceTypeService;
     this._ItemService            = ItemService;
     this._ItemCategoryService    = ItemCategoryService;
     this._ItemStatusService      = ItemStatusService;
     this._PayableService         = PayableService;
     this._PaymentStatusService   = PaymentStatusService;
     this._PhoneService           = PhoneService;
     this._ProductionService      = ProductionService;
     this._PurchaseService        = PurchaseService;
     this._PurchaseTypeService    = PurchaseTypeService;
     this._RecievableService      = RecievableService;
     this._RoleService            = RoleService;
     this._SalesService           = SalesService;
     this._StaffService           = StaffService;
     this._StockService           = StockService;
     this._StockInService         = StockInService;
     this._StockOutService        = StockOutService;
     this._SupplierService        = SupplierService;
     this._TransactionService     = TransactionService;
     this._TransactionTypeService = TransactionTypeService;
     this._UserAuthInfoService    = UserAuthInfoService;
     this._UserRoleService        = UserRoleService;
     this._repositoryWrapper      = repositoryWrapper;
     this._mapper                    = mapper;
     this._loggerManager             = loggerManager;
     this._utilService               = utilService;
     this._ApiResourceMappingService = ApiResourceMappingService;
 }
 public ItemCategoryController(IItemCategoryService itemCategoryService)
 {
     this.itemCategoryService = itemCategoryService;
 }
 public ItemCategoryController(IPermissionService permissionService, IUserContext userContext, IItemCategoryService _itemCategoryService)
     : base(userContext, permissionService)
 {
     this.itemCategoryService = _itemCategoryService;
 }