Example #1
0
 public EmailTemplatesController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices,
                                 IEmailNotificationService emailNotificationService, EmailServices emailServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _emailNotificationService = emailNotificationService;
     _emailServices            = emailServices;
 }
 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 InventoryTransactionController(ICoreOrderService orderService, IPurchaseOrderService purchaseOrderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IProductServices productServices, IProductLookupService productLookupService) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _productServices      = productServices;
     _productLookupService = productLookupService;
     _lookupServices       = lookupServices;
     _purchaseOrderService = purchaseOrderService;
 }
Example #4
0
 public MarketRoutesController(ICoreOrderService orderService,
                               IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IMarketServices marketServices, IEmployeeServices employeeServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _accountServices  = accountServices;
     _marketServices   = marketServices;
     _employeeServices = employeeServices;
 }
 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 BaseController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices)
 {
     OrderService    = orderService;
     PropertyService = propertyService;
     AccountServices = accountServices;
     LookupServices  = lookupServices;
 }
 public AppointmentsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IEmployeeServices employeeServices, IAppointmentsService appointmentsService, IUserService userService, IGaneConfigurationsHelper emailNotificationsHelper) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _employeeServices         = employeeServices;
     _appointmentsService      = appointmentsService;
     _userService              = userService;
     _emailNotificationsHelper = emailNotificationsHelper;
 }
 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;
 }
Example #9
0
 public AccountController(ICoreOrderService orderService, IMarketServices marketServices, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IUserService userService, IInvoiceService invoiceService)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _marketServices = marketServices;
     _userService    = userService;
     _invoiceService = invoiceService;
     _lookupServices = lookupServices;
 }
Example #10
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;
 }
Example #12
0
 public AdminUtilitiesController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IAdminServices adminServices,
                                 IProductServices productServices, IApplicationContext currentDbContext, IEmployeeShiftsServices employeeShiftsServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _adminServices       = adminServices;
     _productServices     = productServices;
     _currentDbContext    = currentDbContext;
     _employShiftServices = employeeShiftsServices;
 }
 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 #14
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 #15
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;
 }
Example #16
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;
 }
Example #17
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 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 OrderProcessDetailController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
 }
 public JobTypesController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IEmployeeServices employeeServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _employeeServices = employeeServices;
 }
 public OrderProcessController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IProductServices productServices, IGaneConfigurationsHelper ganeConfigurationsHelper)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _productServices          = productServices;
     _ganeConfigurationsHelper = ganeConfigurationsHelper;
 }
Example #22
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 ResourceRequestsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IEmployeeServices employeeServices, IUserService userService) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _employeeServices = employeeServices;
     _userService      = userService;
 }
Example #24
0
 public TenantController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, ITenantsServices tenantServices)
     : base(orderService, propertyService, accountServices, lookupServices)
 {
     _tenantServices = tenantServices;
 }
Example #25
0
 public ReceiveGoodsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
 }
Example #26
0
 public ProductAttributesController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IProductServices productServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _productServices = productServices;
 }
Example #27
0
 public EmployeeShiftsController(IEmployeeShiftsServices employeeShiftsServices, ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IEmployeeServices employeeServices, ITerminalServices terminalServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _employeeShiftsServices = employeeShiftsServices;
     _employeeServices       = employeeServices;
     _terminalServices       = terminalServices;
 }
 public GroupsController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IGroupsServices groupServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _groupsServices = groupServices;
 }
 public VehicleInspectionController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, IVehicleInspectionService inspectionService, IMarketServices marketServices) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _inspectionService = inspectionService;
     _marketServices = marketServices;
 }
 public FinancesController(ICoreOrderService orderService, IPropertyService propertyService, IAccountServices accountServices, ILookupServices lookupServices, InvoiceService invoiceService) : base(orderService, propertyService, accountServices, lookupServices)
 {
     _invoiceService = invoiceService;
 }