public JobWorkController(IJobWorkTypeService JobWorkTypeService, IUtilityService UtilityService, IModuleService ModuleService,
                          IUserCredentialService UserCredentialService, IJobWorkerService JobWorkerService, IStateService StateService, ICityService CityService,
                          IBankNameService BankNameService, IBloodGroupService BloodGroupService, IYearExperienceService YearExperienceService, IMonthExperienceService MonthExperienceService,
                          IDepartmentService DepartmentService, IDesignationMasterService DesignationMasterService, ITypeOfSupplierService TypeOfSupplierService,
                          IBankService BankService, IJobWorkPaymentService JobWorkPaymentService, IOutwardToTailorService OutwardToTailorService,
                          IOutwardToTailorItemService OutwardToTailorItemService, IJobWorkStockService JobWorkStockService, IJobWorkOutwardToClientService JobWorkOutwardToClientService)
 {
     this._JobWorkTypeService            = JobWorkTypeService;
     this._utilityService                = UtilityService;
     this._ModuleService                 = ModuleService;
     this._IUserCredentialService        = UserCredentialService;
     this._JobWorkerService              = JobWorkerService;
     this._StateService                  = StateService;
     this._CityService                   = CityService;
     this._BankNameService               = BankNameService;
     this._BloodGroupService             = BloodGroupService;
     this._YearExperienceService         = YearExperienceService;
     this._MonthExperienceService        = MonthExperienceService;
     this._DepartmentService             = DepartmentService;
     this._DesignationMasterService      = DesignationMasterService;
     this._TypeOfSupplierService         = TypeOfSupplierService;
     this._BankService                   = BankService;
     this._JobWorkPaymentService         = JobWorkPaymentService;
     this._OutwardToTailorService        = OutwardToTailorService;
     this._OutwardToTailorItemService    = OutwardToTailorItemService;
     this._JobWorkStockService           = JobWorkStockService;
     this._JobWorkOutwardToClientService = JobWorkOutwardToClientService;
 }
 public DesignationController(IUtilityService UtilityService, IDesignationMasterService DesignationMasterService, IUserCredentialService UserCredentialService, IModuleService ModuleService)
 {
     this._UtilityService           = UtilityService;
     this._DesignationMasterService = DesignationMasterService;
     this._UserCredentialService    = UserCredentialService;
     this._ModuleService            = ModuleService;
 }
 public EmployeeController(IDepartmentService deptservice, IUtilityService utilityservive, IBankNameService banknameservice, IBankService bankservice, IDesignationMasterService DesignationMasterService, IEmployeeMasterService EmployeeMasterService, IYearExperienceService YearExperienceService,
                           IMonthExperienceService MonthExperienceService, IBloodGroupService BloodGroupservice, ITypeOfSupplierService TypeOfSupplierSevice, ICityService cityService, IStateService stateService, IUserService userservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IEmployeesCompanyService EmployeesCompanyService)
 {
     this._EmployeeMasterService    = EmployeeMasterService;
     this._MonthExperienceService   = MonthExperienceService;
     this._YearExperienceService    = YearExperienceService;
     this._BloodGroupService        = BloodGroupservice;
     this._TypeOfSupplierService    = TypeOfSupplierSevice;
     this._cityService              = cityService;
     this._stateService             = stateService;
     this._DesignationMasterService = DesignationMasterService;
     this._BankNameService          = banknameservice;
     this._BankService              = bankservice;
     this._utilityservice           = utilityservive;
     this._departmentservive        = deptservice;
     this._iuserservice             = userservice;
     this._IUserCredentialService   = usercredentialservice;
     this._iIModuleService          = iIModuleService;
     this._EmployeesCompanyService  = EmployeesCompanyService;
 }
Esempio n. 4
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;
 }
Esempio n. 5
0
 public VehicleAllotmentController(IUserMasterService userMasterService,
                                   IModelMasterService modelsMasterService,
                                   IVarientMasterService varientMasterService,
                                   IDesignationMasterService designationMasterService,
                                   IStateListService stateListService,
                                   IVehiclesMasterService vehicleMasterService,
                                   ICustomerService customerService,
                                   IVehicleAllotmentService vehicleAllotmentService,
                                   IBranchMasterService branchMasterService,
                                   ICoDealerMasterService coDealerMasterService)
 {
     _userMasterService        = userMasterService;
     _modelsMasterService      = modelsMasterService;
     _varientMasterService     = varientMasterService;
     _designationMasterService = designationMasterService;
     _stateListService         = stateListService;
     _vehicleMasterService     = vehicleMasterService;
     _customerService          = customerService;
     _vehicleAllotmentService  = vehicleAllotmentService;
     _branchMasterService      = branchMasterService;
     _coDealerMasterService    = coDealerMasterService;
 }
Esempio n. 6
0
 public GenerateQuotationController(IUserMasterService userMasterService,
                                    IModelMasterService modelsMasterService,
                                    IWebHostEnvironment hostingEnvironment,
                                    IViewToStringRendererService viewToStringRendererService,
                                    IVarientMasterService varientMasterService,
                                    IDesignationMasterService designationMasterService,
                                    IStateListService stateListService,
                                    ICustomerService customerService,
                                    IQuotationManagerService quotationManagerService,
                                    IColourMasterService colourMasterService,
                                    IPriceListMasterService priceListMasterService)
 {
     _userMasterService           = userMasterService;
     _modelsMasterService         = modelsMasterService;
     _hostingEnvironment          = hostingEnvironment;
     _viewToStringRendererService = viewToStringRendererService;
     _varientMasterService        = varientMasterService;
     _designationMasterService    = designationMasterService;
     _stateListService            = stateListService;
     _customerService             = customerService;
     _quotationManagerService     = quotationManagerService;
     _colourMasterService         = colourMasterService;
     _priceListMasterService      = priceListMasterService;
 }
Esempio n. 7
0
 public DesignationMasterController(IDesignationMasterService designationMasterService)
 {
     _designationMasterService = designationMasterService;
 }
Esempio n. 8
0
 public UserMasterController(IUserMasterService userMasterService,
                             IDesignationMasterService designationMasterService)
 {
     _userMasterService        = userMasterService;
     _designationMasterService = designationMasterService;
 }