Пример #1
0
 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;
 }
Пример #2
0
 public EmployeeController(IEmployeeService _service, IEmployeeDetailService _employeeDetailService, IEmployeeOtherInfoService _employeeOtherInfoService,
                           IBankAccountTypeService _bankAccountTypeService, IAccessTypeService _accessTypeService, IBloodGroupService _bloodGroupService, ICityService _cityService,
                           IContractTypeService _contractType, ICountryService _countryService, IDisabilitySituationService _disabilitySituationService, IEducationLevelService _educationLevelService,
                           IEducationStatusService _educationStatusService, IEmploymentTypeService _employmentTypeService, IGenderService _genderService,
                           IMaritalStatusService _maritalStatusService, IPositionService _positionService, ICompanyService _companyService, ICompanyBranchService _companyBranchService, ICompanyDepartmentService _companyDepartmentService,
                           IEmployeePositionService _employeePositionService
                           )
 {
     service = _service;
     employeeDetailService    = _employeeDetailService;
     employeeOtherInfoService = _employeeOtherInfoService;
     employeePositionService  = _employeePositionService;
     bankAccountTypeService   = _bankAccountTypeService;
     accessTypeService        = _accessTypeService;
     bloodGroupService        = _bloodGroupService;
     cityService                = _cityService;
     contractType               = _contractType;
     countryService             = _countryService;
     disabilitySituationService = _disabilitySituationService;
     educationLevelService      = _educationLevelService;
     educationStatusService     = _educationStatusService;
     employmentTypeService      = _employmentTypeService;
     genderService              = _genderService;
     maritalStatusService       = _maritalStatusService;
     positionService            = _positionService;
     companyService             = _companyService;
     companyBranchService       = _companyBranchService;
     companyDepartmentService   = _companyDepartmentService;
 }
 public StaticTypesController(
     IBloodGroupService _bloodgroupService,
     IAccessTypeService _accessTypeService)
 {
     bloodgroupService = _bloodgroupService;
     accessTypeService = _accessTypeService;
 }
Пример #4
0
 public UserController(IUserService userService, IBloodGroupService bloodGroupService, ICityService cityService, ISexService sexService)
 {
     _userService       = userService;
     _bloodGroupService = bloodGroupService;
     _cityService       = cityService;
     _sexService        = sexService;
 }
Пример #5
0
 public AccountController(IBloodGroupService bloodGroupService, ICityService cityService, RoleManager <IdentityRole> roleManager, UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager)
 {
     this.roleManager       = roleManager;
     this.userManager       = userManager;
     this.signInManager     = signInManager;
     this.bloodGroupService = bloodGroupService;
     this.cityService       = cityService;
 }
Пример #6
0
 public HomeController(ILogger <HomeController> logger,
                       IBloodGroupService bloodGroupService,
                       ICityService cityService,
                       UserManager <ApplicationUser> userManager
                       )
 {
     _logger = logger;
     this.bloodGroupService = bloodGroupService;
     this.cityService       = cityService;
     this.userManager       = userManager;
 }
Пример #7
0
 public MultiAddedController(IAdaptationService adaptationService, IIdentityService ıdentityService,
                             IAwardService awardService, IBloodGroupService bloodGroupService, IGenderService genderService,
                             IMaritalStatusService maritalStatusService, IDisabilityStatusService disabilityStatusService)
 {
     _adaptationService       = adaptationService;
     _ıdentityService         = ıdentityService;
     _awardService            = awardService;
     _bloodGroupService       = bloodGroupService;
     _genderService           = genderService;
     _maritalStatusService    = maritalStatusService;
     _disabilityStatusService = disabilityStatusService;
 }
Пример #8
0
 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;
 }
 public IdentityController(IIdentityService ıdentityService, IWorkplaceService workplaceService,
                           IMaritalStatusService maritalStatusService, IGenderService genderService, IDisabilityStatusService disabilityStatusService,
                           IBloodGroupService bloodGroupService, IServiceInfoService serviceInfoService, ICurrentStatusService currentStatusService,
                           IWorkingStatusService workingStatusService, IShiftInfoService shiftInfoService, IAdminStatusService adminStatusService, IProvinceService provinceService, ITisJobCodeService tisJobCodeService, IPrivateStatusService privateStatusService)
 {
     _ıdentityService         = ıdentityService;
     _workplaceService        = workplaceService;
     _maritalStatusService    = maritalStatusService;
     _genderService           = genderService;
     _disabilityStatusService = disabilityStatusService;
     _bloodGroupService       = bloodGroupService;
     _serviceInfoService      = serviceInfoService;
     _currentStatusService    = currentStatusService;
     _workingStatusService    = workingStatusService;
     _shiftInfoService        = shiftInfoService;
     _adminStatusService      = adminStatusService;
     _provinceService         = provinceService;
     _tisJobCodeService       = tisJobCodeService;
     _privateStatusService    = privateStatusService;
 }
 public BloodGroupsViewComponent(IBloodGroupService _bloodGroupService)
 {
     bloodGroupService = _bloodGroupService;
 }
Пример #11
0
 public ManageController(UserManager <ApplicationUser> userManager, IPostService postService, IBloodGroupService bloodGroupService)
 {
     this.userManager       = userManager;
     this.postService       = postService;
     this.bloodGroupService = bloodGroupService;
 }
Пример #12
0
 public BloodGroupController(IBloodGroupService bloodGroupService)
 {
     _bloodGroupService = bloodGroupService;
 }
Пример #13
0
 public NeedForBloodController(INeedForBloodService needForBloodService, IBloodGroupService bloodGroupService)
 {
     _needForBloodService = needForBloodService;
     _bloodGroupService   = bloodGroupService;
 }
Пример #14
0
 public BloodGroupService(IBloodGroupService IBloodGroupRepository)
 {
     this._IBloodGroupService = IBloodGroupRepository;
 }
Пример #15
0
 public PostController(IBloodGroupService bloodGroupService, ICityService cityService, IPostService postService)
 {
     this.bloodGroupService = bloodGroupService;
     this.cityService       = cityService;
     this.postService       = postService;
 }
Пример #16
0
 public BloodGroupController(IBloodGroupService _service)
 {
     service = _service;
 }