public UserController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IUserService userService, IActivityServices activityServices, ITenantsServices tenantServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _userService      = userService;
     _activityServices = activityServices;
     _tenantServices   = tenantServices;
 }
 public PalletsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, ITenantsServices tenantsServices, IPalletingService palletingService, IMarketServices marketServices, IEmployeeServices employeeServices, IGaneConfigurationsHelper helper) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _palletingService = palletingService;
     _marketServices   = marketServices;
     _employeeServices = employeeServices;
     _helper           = helper;
     _tenantServices   = tenantsServices;
 }
 public StockTakesController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IStockTakeApiService stockTakeService, ITenantsServices tenantServices, ITenantLocationServices tenantLocationServices, IProductServices productServices, IGaneConfigurationsHelper configHelper)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     TenantLocationServices = tenantLocationServices;
     _stockTakeService      = stockTakeService;
     _tenantServices        = tenantServices;
     _productServices       = productServices;
     _configHelper          = configHelper;
 }
 public TenantConfigsController(ITenantsServices tenantsServices, ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IUserService userService, IInvoiceService invoiceService)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _userService     = userService;
     _invoiceService  = invoiceService;
     _lookupServices  = lookupServices;
     _accountServices = accountServices;
     _tenantsServices = tenantsServices;
 }
Example #5
0
 public BaseReportsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IAppointmentsService appointmentsService,
                              IGaneConfigurationsHelper ganeConfigurationsHelper, IEmailServices emailServices, ITenantLocationServices tenantLocationservices, ITenantsServices tenantsServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _appointmentsService     = appointmentsService;
     GaneConfigurationsHelper = ganeConfigurationsHelper;
     _emailServices           = emailServices;
     _tenantLocationservices  = tenantLocationservices;
     _tenantServices          = tenantsServices;
 }
Example #6
0
 public ApiVanSalesController(ITerminalServices terminalServices,
                              ITenantLocationServices tenantLocationServices, IOrderService orderService,
                              IProductServices productServices, IUserService userService, IMarketServices marketServices, IVanSalesService vanSalesService, IVehicleInspectionService inspectionService, IEmployeeServices employeeServices,
                              IAccountServices accountServices, ITransferOrderService transferOrderService, ITenantsServices tenantServices)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _marketServices       = marketServices;
     _vanSalesService      = vanSalesService;
     _inspectionService    = inspectionService;
     _employeeServices     = employeeServices;
     _accountServices      = accountServices;
     _transferOrderService = transferOrderService;
     _tenantServices       = tenantServices;
 }
Example #7
0
 public TenantController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, ITenantsServices tenantServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _tenantServices = tenantServices;
 }
Example #8
0
 public ActivityServices(IApplicationContext currentDbContext, ITenantsServices tenantsServices)
 {
     _currentDbContext = currentDbContext;
     _tenantsServices  = tenantsServices;
 }
 public ApiCurrencyExRateController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService, ITenantsCurrencyRateServices TenantCurrencyRateServices, ITenantsServices TenantServices)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _tenantCurrencyRateServices = TenantCurrencyRateServices;
     _tenantServices             = TenantServices;
 }
 public InvoiceController(IProductServices productServices, ISalesOrderService salesOrderService, ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices,
                          IAppointmentsService appointmentsService, IGaneConfigurationsHelper configurationsHelper, IEmailServices emailServices, ITenantLocationServices tenantLocationservices, ITenantsServices tenantsServices, IProductPriceService priceService, IGaneConfigurationsHelper helper, IInvoiceService invoiceService)
     : base(orderService, propertyService, accountServices, lookupServices, appointmentsService, configurationsHelper, emailServices, tenantLocationservices, tenantsServices)
 {
     _priceService    = priceService;
     _helper          = helper;
     _productServices = productServices;
     _invoiceService  = invoiceService;
 }
 public SalesOrdersController(IProductServices productServices, ISalesOrderService salesOrderService, ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices,
                              IAppointmentsService appointmentsService, IGaneConfigurationsHelper configurationsHelper, IEmailServices emailServices, ITenantLocationServices tenantLocationservices, ITenantsServices tenantsServices)
     : base(orderService, propertyService, accountServices, lookupServices, appointmentsService, configurationsHelper, emailServices, tenantLocationservices, tenantsServices)
 {
     _salesServices   = orderService;
     _accountServices = accountServices;
     _productServices = productServices;
 }
 public ProductSpecialPriceController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IProductPriceService productPriceService, IProductServices productService, ITenantsServices tenantsServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _productPriceService = productPriceService;
     _productService      = productService;
     _tenantsServices     = tenantsServices;
 }
 public WorksOrdersController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IAppointmentsService appointmentsService,
                              IGaneConfigurationsHelper ganeConfigurationsHelper, IEmailServices emailServices, ITenantLocationServices tenantLocationservices, ITenantsServices tenantsServices)
     : base(orderService, propertyService, accountServices, lookupServices, appointmentsService, ganeConfigurationsHelper, emailServices, tenantLocationservices, tenantsServices)
 {
     _appointmentsService      = appointmentsService;
     _ganeConfigurationsHelper = ganeConfigurationsHelper;
 }
Example #14
0
 public PurchaseOrdersController(ITenantLocationServices tenantLocationServices, ICoreOrderService orderService, IStockTakeApiService stockTakeApiService, IPropertyService propertyService, IAccountServices accountServices,
                                 ILookupServices lookupServices, IAppointmentsService appointmentsService, IProductServices productServices, IProductLookupService productLookupService, IGaneConfigurationsHelper ganeConfigurationHelper,
                                 IEmailServices emailServices, ICommonDbServices commonDbServices, ITenantLocationServices tenantLocationservices, ISalesOrderService salesOrderService, ITenantsServices tenantsServices)
     : base(orderService, propertyService, accountServices, lookupServices, appointmentsService, ganeConfigurationHelper, emailServices, tenantLocationservices, tenantsServices)
 {
     StockTakeApiService     = stockTakeApiService;
     _productServices        = productServices;
     _productLookupService   = productLookupService;
     _orderService           = orderService;
     _tenantLocationServices = tenantLocationServices;
     _salesServices          = salesOrderService;
     _accountServices        = accountServices;
     _commonDbServices       = commonDbServices;
 }