Exemplo n.º 1
0
        public LeaveTypeController()
        {
            _departmentServices              = new DepartmentService();
            _designationServices             = new DesignationService();
            _moduleService                   = new ModuleService();
            _officeService                   = new OfficeServices();
            _bgService                       = new BusinessGroupService();
            _leaveTypeService                = new LeaveTypeService();
            _leaveRuleService                = new LeaveRuleService();
            _leaveRuleDetailService          = new LeaveRuleDetailService();
            _levelService                    = new LevelService();
            _darbandiService                 = new DarbandiService();
            _officeTypeService               = new OfficeTypeService();
            _rankService                     = new RankService();
            _rolesService                    = new RolesService();
            _roleAccessService               = new RolesAccessService();
            _leaveYearService                = new LeaveYearService();
            _sectionService                  = new SectionService();
            _shifService                     = new ShiftService();
            _shiftDayService                 = new ShiftDayService();
            _ethnicityService                = new EthnicityService();
            _jobTypeService                  = new JobTypeService();
            _educationLevelService           = new EducationLevelService();
            _rolesBusinessGroupAccessService = new RolesBusinessGroupAccessService();

            _fiscalService = new FiscalService();
        }
 public UserEmployeeController()
 {
     _employeeService             = new EmployeeService();
     _officeTypeServices          = new OfficeServices();
     _departmentServices          = new DepartmentService();
     _designationServices         = new DesignationService();
     _leaveRuleServices           = new LeaveRuleService();
     _levelServices               = new LevelService();
     _sectionServices             = new SectionService();
     _employeeService             = new EmployeeService();
     _jobTypeservices             = new JobTypeService();
     _rankServices                = new RankService();
     _shiftService                = new ShiftService();
     _serviceEventService         = new ServiceEventGroupService();
     _groupServices               = new GroupService();
     _moduleService               = new ModuleService();
     _bgGroupService              = new BusinessGroupService();
     _ethService                  = new EthnicityService();
     _religionService             = new ReligionService();
     _employeeVisitService        = new EmployeeVisitService();
     _countryService              = new CountryService();
     _rolesService                = new RolesService();
     _empPrizeService             = new EmployeePrizeService();
     _jobHistoryService           = new JobHistoryService();
     _officeService               = new OfficeServices();
     _remoteService               = new RemoteAreaService();
     _employeeTrainingService     = new EmployeeTrainingService();
     _serviceEventSubGroupService = new ServiceEventSubGroupService();
     _empEducationService         = new EmpEducationService();
     _empFamilyService            = new EmpFamilyService();
     _educationLevel              = new EducationLevelService();
 }
Exemplo n.º 3
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;
 }
Exemplo n.º 4
0
        //IEmployeeTrainingService _empTraining;


        public EducationController()
        {
            _empEducationService = new EmpEducationService();
            _empDetails          = new EmployeeService();
            _educationLevel      = new EducationLevelService();
            _countryService      = new CountryService();
            _moduleService       = new ModuleService();
            // _empTraining = new EmployeeTrainingService();
        }
Exemplo n.º 5
0
 public JobAdvertisementService(IJobAdvertisementRepository jobAdvertisementRepository, ICityService cityService, IEducationLevelService educationLevelService, IDepartmantService departmantService, IWorkTypeService workTypeService, IPositionService positionService, ICompanyDetailService companyDetailService, ISectorService sectorService, IUserService userService, IAdvertisementApplyRepository advertisementApplyRepository, IAdvertisementViewCountRepository advertisementViewCountRepository, INationalityService nationalityService, IDrivingLicenseService drivingLicenseService, IUserDetailService userDetailService)
 {
     _jobAdvertisementRepository = jobAdvertisementRepository;
     _cityService                      = cityService;
     _educationLevelService            = educationLevelService;
     _departmantService                = departmantService;
     _workTypeService                  = workTypeService;
     _positionService                  = positionService;
     _companyDetailService             = companyDetailService;
     _sectorService                    = sectorService;
     _nationalityService               = nationalityService;
     _drivingLicenseService            = drivingLicenseService;
     _userService                      = userService;
     _advertisementApplyRepository     = advertisementApplyRepository;
     _advertisementViewCountRepository = advertisementViewCountRepository;
     _userDetailService                = userDetailService;
 }
Exemplo n.º 6
0
 public BaseAdminModelFactory(IFacultyService facultyService,
                              ICountryService countryService,
                              IUserActivityService userActivityService,
                              IUserService userService,
                              IDateTimeHelper dateTimeHelper,
                              IEmailAccountService emailAccountService,
                              IProfessorService professorService,
                              IProvinceService provinceService,
                              IStaticCacheManager cacheManager,
                              IAcademicRankService academicRankService,
                              IResearchIssueService researchIssueService,
                              IAgencyService agencyService,
                              IResearcherService researcherService,
                              IEducationLevelService educationLevelService,
                              IStrategyGroupService strategyGroupService,
                              IFiscalScheduleService fiscalScheduleService,
                              ITitleService titleService,
                              IInstituteService instituteService)
 {
     this._facultyService        = facultyService;
     this._countryService        = countryService;
     this._userActivityService   = userActivityService;
     this._userService           = userService;
     this._dateTimeHelper        = dateTimeHelper;
     this._emailAccountService   = emailAccountService;
     this._professorService      = professorService;
     this._provinceService       = provinceService;
     this._cacheManager          = cacheManager;
     this._academicRankService   = academicRankService;
     this._researchIssueService  = researchIssueService;
     this._agencyService         = agencyService;
     this._researcherService     = researcherService;
     this._educationLevelService = educationLevelService;
     this._strategyGroupService  = strategyGroupService;
     this._fiscalScheduleService = fiscalScheduleService;
     this._titleService          = titleService;
     this._instituteService      = instituteService;
 }
 public EducationLevelsViewComponent(IEducationLevelService _educationLevelService)
 {
     educationLevelService = _educationLevelService;
 }
 /// <summary>
 /// Creates a new instance with the SEVIS EducationLevels service.
 /// </summary>
 /// <param name="service">The service.</param>
 public EducationLevelsController(IEducationLevelService service)
 {
     Contract.Requires(service != null, "The service must not be null.");
     this.service = service;
 }
Exemplo n.º 9
0
 public EducationLevelController(IEducationLevelService educationLevelService)
 {
     _educationLevelService = educationLevelService;
 }
Exemplo n.º 10
0
 public EducationLevelController(IEducationLevelService educationLevelService, ISubModuleItemService subModuleItemService, IRoleSubModuleItemService roleSubModuleItemService)
 {
     this.educationLevelService    = educationLevelService;
     this.subModuleItemService     = subModuleItemService;
     this.roleSubModuleItemService = roleSubModuleItemService;
 }
Exemplo n.º 11
0
 public EducationLevelsController(IMapper mapper, IEducationLevelService educationLevelService, Logger logger) : base(mapper, educationLevelService, logger)
 {
 }
 public EducationLevelController(IEducationLevelService _service)
 {
     service = _service;
 }