public ShiftsController(IShiftsServices shiftsServices, ITenantLocationServices storesServices, ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IEmployeeServices employeeServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _shiftsServices   = shiftsServices;
     _storesServices   = storesServices;
     _employeeServices = employeeServices;
 }
 public ApiPalletsSyncController(ITerminalServices terminalServices,
                                 ITenantLocationServices tenantLocationServices, IOrderService orderService,
                                 IProductServices productServices, IUserService userService, IPalletingService palletService) :
     base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _palletService = palletService;
 }
 public ApiWarehouseSyncController(IWarehouseSyncService warehouseSyncService, IGaneConfigurationsHelper configurationsHelper, ITerminalServices terminalServices,
                                   ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _warehouseSyncService = warehouseSyncService;
     _configurationsHelper = configurationsHelper;
 }
 public ApiAccountSyncController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService,
                                 IProductServices productServices, IUserService userService, IAccountServices accountServices, IProductPriceService productPriceService)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _accountServices     = accountServices;
     _productPriceService = productPriceService;
 }
예제 #5
0
 public BaseApiController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService)
 {
     TerminalServices       = terminalServices;
     TenantLocationServices = tenantLocationServices;
     OrderService           = orderService;
     ProductServices        = productServices;
     UserService            = userService;
 }
 public ApiOrderProcessesSyncController(ITerminalServices terminalServices,
                                        ITenantLocationServices tenantLocationServices, IOrderService orderService,
                                        IProductServices productServices, IUserService userService, IAccountServices accountServices, IGaneConfigurationsHelper configHelper) :
     base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _accountServices = accountServices;
     _configHelper    = configHelper;
 }
예제 #7
0
 public ApiOrdersSyncController(ITerminalServices terminalServices, IPurchaseOrderService purchaseOrderService,
                                ITenantLocationServices tenantLocationServices, IOrderService orderService,
                                IProductServices productServices, IUserService userService, ILookupServices lookupService, IProductServices productService) :
     base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _lookupService        = lookupService;
     _purchaseOrderService = purchaseOrderService;
     _productService       = productService;
 }
예제 #8
0
 public TenantLocationsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, ITenantLocationServices tenantLocationServices, IMarketServices marketServices, ITerminalServices terminalServices, IUserService userService, IEmployeeServices employeeServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _tenantLocationServices = tenantLocationServices;
     _marketServices         = marketServices;
     this._terminalServices  = terminalServices;
     this._userService       = userService;
     this._employeeServices  = employeeServices;
 }
 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;
 }
예제 #10
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;
 }
예제 #11
0
 public OrderDetailController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IStockTakeApiService stockTakeApiService, ICommonDbServices commonDbServices, IProductServices productServices, ITenantLocationServices tenantLocationServices, IProductPriceService productPriceService)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     StockTakeApiService     = stockTakeApiService;
     _commonDbServices       = commonDbServices;
     _productServices        = productServices;
     _tenantLocationServices = tenantLocationServices;
     _productPriceService    = productPriceService;
     _orderService           = orderService;
 }
예제 #12
0
 public TimeLogController(IEmployeeShiftsServices employeeShiftsServices, IEmployeeShiftsStoresServices employeeShiftsStoresServices,
                          IEmployeeServices employeeServices, ITenantLocationServices tenantLocationsServices, IShiftsServices shiftsServices, ICoreOrderService orderService, IPropertyService propertyService,
                          IAccountServices accountServices, ILookupServices lookupServices, IActivityServices activityServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _employeeShiftsServices       = employeeShiftsServices;
     _employeeShiftsStoresServices = employeeShiftsStoresServices;
     _employeeServices             = employeeServices;
     _tenantLocationsServices      = tenantLocationsServices;
     _shiftsServices   = shiftsServices;
     _activityServices = activityServices;
 }
 public cdataController(IAttLogsServices attLogsServices, IEmployeeShiftsServices employeeShiftsServices,
                        IAttLogsStampsServices attLogsStampsServices,
                        IOperLogsServices operLogs, IEmployeeServices employeeServices, IEmployeeShiftsStoresServices shiftsStoresServices, ITerminalServices terminalServices,
                        ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService, IAccountServices accountServices, IProductPriceService productPriceService)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _attLogsServices        = attLogsServices;
     _employeeShiftsServices = employeeShiftsServices;
     _attLogsStampsServices  = attLogsStampsServices;
     _operLogs           = operLogs;
     _employeeServices   = employeeServices;
     _shiftStoreServices = shiftsStoresServices;
 }
예제 #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;
 }
예제 #15
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;
 }
예제 #16
0
 public ResourcesController(ICoreOrderService orderService, IUserService userService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices,
                            IEmployeeServices employeeServices, ITenantLocationServices tenantLocationServices, IRolesServices rolesServices, IGroupsServices groupsServices, ContactNumbersServices contactNumberServices, AddressServices addressServices,
                            EmployeeShiftsStoresServices employeeShiftStoreServices, EmployeeRolesServices employeeRoleServices, EmployeeGroupsServices employeeGroupServices, IActivityServices activityServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _employeeServices             = employeeServices;
     _tenantLocationsServices      = tenantLocationServices;
     _rolesServices                = rolesServices;
     _groupsServices               = groupsServices;
     _contactNumbersServices       = contactNumberServices;
     _addressServices              = addressServices;
     _employeeShiftsStoresServices = employeeShiftStoreServices;
     _employeeRolesServices        = employeeRoleServices;
     _employeeGroupsServices       = employeeGroupServices;
     _activityServices             = activityServices;
     _userService = userService;
 }
 public ApiProductSerialSyncController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService) : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
 }
예제 #18
0
 public ApiTerminalUserSyncController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService, IActivityServices activityServices)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _activityServices       = activityServices;
     _tenantLocationServices = tenantLocationServices;
 }
 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;
 }
 public TerminalsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _terminalServices       = terminalServices;
     _tenantLocationServices = tenantLocationServices;
 }
 public ApiStockTakeSyncController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService,
                                   IProductServices productServices, IUserService userService, IStockTakeApiService stockTakeApiService) :
     base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _stockTakeApiService = stockTakeApiService;
 }
 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 ApiInventoryStockSyncController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService, ICommonDbServices commonDbServices) : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _commonDbServices = commonDbServices;
 }
 public ApiOrdersController(IProductServices productService, ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _productService = productService;
 }
예제 #27
0
 public ApiMarketsController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService, IMarketServices marketServices, ITransferOrderService transferOrderService) : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
     _marketServices       = marketServices;
     _transferOrderService = transferOrderService;
 }
예제 #28
0
 public TerminalStockEnquiryController(ITerminalServices terminalServices, ITenantLocationServices tenantLocationServices, IOrderService orderService, IProductServices productServices, IUserService userService)
     : base(terminalServices, tenantLocationServices, orderService, productServices, userService)
 {
 }