Example #1
0
 public UserController(IUserCredentialService usercredentialservice, IModuleService moduleservice, IUserService userservice, IUtilityService utilityservice, IEmployeeMasterService employeeservice, IModuleService iIModuleService, ICompanyService companyservice, IEmployeesCompanyService EmployeesCompanyService, IShopService ShopService, IGodownService GodownService)
 {
     this._iuserservice             = userservice;
     this._iutilityservice          = utilityservice;
     this._iemployeeservice         = employeeservice;
     this._imoduleservice           = moduleservice;
     this._iusercredentailservice   = usercredentialservice;
     this._iCompanyService          = companyservice;
     this._iEmployeesCompanyService = EmployeesCompanyService;
     this._iIModuleService          = iIModuleService;
     this._ShopService   = ShopService;
     this._GodownService = GodownService;
 }
Example #2
0
 public CompanyController(ICompanyBankDetailsService compbnkservice, ICityService cityservice, IStateService stateservice, IUtilityService utilityservice,
                          IBankService bankservice, ICompanyService companyService, IBankAccountTypeService bankAccountTypeService, IBankNameService bankNameService,
                          IUserCredentialService usercredentialservice, IModuleService iIModuleService, IUserService userService, IEmployeeMasterService employeeMasterService, IEmployeesCompanyService EmployeesCompanyService)
 {
     this._bankAccountTypeService  = bankAccountTypeService;
     this._bankNameService         = bankNameService;
     this._companyService          = companyService;
     this._utilityservice          = utilityservice;
     this._bankService             = bankservice;
     this._stateservice            = stateservice;
     this._cityservice             = cityservice;
     this._compbankservice         = compbnkservice;
     this._IUserCredentialService  = usercredentialservice;
     this._iIModuleService         = iIModuleService;
     this._userService             = userService;
     this._employeeMasterService   = employeeMasterService;
     this._EmployeesCompanyService = EmployeesCompanyService;
 }
 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;
 }
Example #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;
 }