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();
 }
 public BusinessGroupImageController(IUserService userService,
                                     IBusinessGroupImageService BusinessGroupImageService,
                                     IBusinessGroupService BusinessGroupService)
 {
     _userService = userService;
     _BusinessGroupImageService = BusinessGroupImageService;
     _BusinessGroupService      = BusinessGroupService;
 }
 public BusinessInfoController(IUserService userService,
                               IBusinessInfoService businessInfoService, IBusinessGroupService businessGroupService,
                               IBaseAreaService baseAreaService,
                               IBaseLineService baseLineService,
                               IBaseStationService baseStationService,
                               ISysAccountService sysAccountService,
                               IHotelRelateCategoryService hotelRelateCategoryService,
                               IHotelCategoryService hotelCategoryService)
 {
     _userService                = userService;
     _businessInfoService        = businessInfoService;
     _businessGroupService       = businessGroupService;
     _baseAreaService            = baseAreaService;
     _baseLineService            = baseLineService;
     _baseStationService         = baseStationService;
     _sysAccountService          = sysAccountService;
     _hotelRelateCategoryService = hotelRelateCategoryService;
     _hotelCategoryService       = hotelCategoryService;
 }
Exemplo n.º 5
0
 public BusinessGroupController(IBusinessGroupService BusinessGroupService)
 {
     _BusinessGroupService = BusinessGroupService;
 }