예제 #1
0
 public AddressController()
 {
     _employeeService         = new EmployeeService();
     _employeeTrainingService = new EmployeeTrainingService();
     _countryService          = new CountryService();
     _moduleService           = new ModuleService();
 }
 public EmployeeDetailsController()
 {
     _moduleService   = new ModuleService();
     _employeeService = new EmployeeService();
     _empPrizeService = new EmployeePrizeService();
     _jobhistory      = new JobHistoryService();
 }
 public PayrollTaxSetupController()
 {
     _moduleService            = new ModuleService();
     _PayrollGenerationService = new PayrollGenerationService();
     _TaxSetupService          = new TaxSetupService();
     _TaxDetailService         = new TaxDetailService();
 }
예제 #4
0
 public DocumentController()
 {
     _employeeDocumentService = new EmployeeDocumentService();
     _documentCategoryService = new DocumentCategoryService();
     _empDetails    = new EmployeeService();
     _moduleService = new ModuleService();
 }
 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();
 }
예제 #6
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();
        }
예제 #7
0
 public PrizeController()
 {
     _employeeService     = new EmployeeService();
     _designationServices = new DesignationService();
     _empPrizeService     = new EmployeePrizeService();
     _moduleService       = new ModuleService();
 }
예제 #8
0
 public PayrollMonthController()
 {
     _moduleService = new ModuleService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _fiscalService = new FiscalService();
     _iunitofwork   = new UnitOfWork();
 }
예제 #9
0
        public ActionResult Index()

        {
            _moduleService = new ModuleService();
            //ViewBag.TopMenuList = _moduleService.GetModuleParents(0);
            //ViewBag.SideBar = _moduleService.GetModuleParents(2);
            return(View());
        }
예제 #10
0
 public PayrollInsurancePremiumController()
 {
     _PayrollInsurancePremiumService = new PayrollInsurancePremiumService();
     _insuranceCompanyService        = new InsuranceCompanyService();
     _empDetails        = new EmployeeService();
     _moduleService     = new ModuleService();
     _dynamicSelectList = new DynamicSelectList();
 }
예제 #11
0
 public HolidayController()
 {
     _officeServices    = new OfficeServices();
     _moduleService     = new ModuleService();
     _ethnicityServices = new EthnicityService();
     _religionServices  = new ReligionService();
     _holidayServices   = new HolidayServices();
 }
예제 #12
0
 public AdminAttendanceRequestController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _designationServices     = new DesignationService();
     _officeServices          = new OfficeServices();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _moduleService           = new ModuleService();
 }
예제 #13
0
        //IEmployeeTrainingService _empTraining;


        public EducationController()
        {
            _empEducationService = new EmpEducationService();
            _empDetails          = new EmployeeService();
            _educationLevel      = new EducationLevelService();
            _countryService      = new CountryService();
            _moduleService       = new ModuleService();
            // _empTraining = new EmployeeTrainingService();
        }
예제 #14
0
 public TrainingController()
 {
     _employeeService         = new EmployeeService();
     _employeeTrainingService = new EmployeeTrainingService();
     _countryService          = new CountryService();
     _moduleService           = new ModuleService();
     _officeService           = new OfficeServices();
     _designationService      = new DesignationService();
     _rankService             = new RankService();
 }
 public UpdateAttendanceController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _departmentServices      = new DepartmentService();
     _designationServices     = new DesignationService();
     _officeServices          = new OfficeServices();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _moduleService           = new ModuleService();
 }
        public RetirementFundController()
        {
            _moduleService = new ModuleService();
            _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();

            _PayrollGenerationService = new PayrollGenerationService();
            _departmentServices       = new DepartmentService();
            _EmployeeService          = new EmployeeService();
            _PayrollReportService     = new PayrollReportService();
            _officeService            = new OfficeServices();
        }
예제 #17
0
 public PayrollAllowanceController()
 {
     _officeTypeServices            = new OfficeServices();
     _unitOfWork                    = new UnitOfWork();
     _moduleService                 = new ModuleService();
     _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();
     _departmentServices            = new DepartmentService();
     _PayrollArrearService          = new PayrollArrearService();
     _EmployeeService               = new EmployeeService();
     _PayrollReportService          = new PayrollReportService();
 }
예제 #18
0
 public BaseController(IUnitOfWork unitOfWork = null)
 {
     _employeeService       = new EmployeeService();
     _loginService          = new LoginService();
     _moduleService         = new ModuleService();
     _userRoleAccessService = new UserRoleAccessService();
     _notifications         = new NotificationService();
     _role       = new RolesService();
     _unitOfWork = unitOfWork ?? new UnitOfWork();
     var uow = new UnitOfWork();
 }
예제 #19
0
 public AttendanceReportController()
 {
     _attendanceDailyServices = new AttendanceDailyService();
     _departmentServices      = new DepartmentService();
     _designationServices     = new DesignationService();
     _groupServices           = new GroupService();
     _officeServices          = new OfficeServices();
     _moduleService           = new ModuleService();
     _employeeServices        = new EmployeeService();
     _notifications           = new NotificationService();
     _reportServices          = new ReportsServices();
 }
예제 #20
0
 public PayrollGenerateController()
 {
     _moduleService = new ModuleService();
     _PayrollAllowanceMasterService  = new PayrollAllowanceMasterService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _PayrollGenerationService       = new PayrollGenerationService();
     _departmentServices             = new DepartmentService();
     _EmployeeService      = new EmployeeService();
     _PayrollReportService = new PayrollReportService();
     _fiscalService        = new FiscalService();
     _officeService        = new OfficeServices();
 }
        public OverallPayrollSheetController()
        {
            _moduleService = new ModuleService();
            _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();

            _PayrollGenerationService = new PayrollGenerationService();
            _departmentServices       = new DepartmentService();
            _EmployeeService          = new EmployeeService();
            _PayrollReportService     = new PayrollReportService();
            _fiscalService            = new FiscalService();
            _officeService            = new OfficeServices();
            _unitofwork = new UnitOfWork();
        }
        public AttendanceDetailsController()
        {
            _attendanceDailyServices = new AttendanceDailyService();
            _departmentServices      = new DepartmentService();
            _designationServices     = new DesignationService();

            _officeServices   = new OfficeServices();
            _moduleService    = new ModuleService();
            _employeeServices = new EmployeeService();
            _notifications    = new NotificationService();
            // ViewBag.TopMenuList = _moduleService.GetModuleParents(0);
            //ViewBag.SideBar = _moduleService.GetModuleParents(2);
        }
예제 #23
0
 public PayrollController()
 {
     _moduleService = new ModuleService();
     _PayrollAllowanceMasterService  = new PayrollAllowanceMasterService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _PayrollGenerationService       = new PayrollGenerationService();
     _departmentServices             = new DepartmentService();
     _TaxSetupService      = new TaxSetupService();
     _TaxDetailService     = new TaxDetailService();
     _PayrollArrearService = new PayrollArrearService();
     _EmployeeService      = new EmployeeService();
     _PayrollReportService = new PayrollReportService();
 }
예제 #24
0
        public LeaveYearlyReportController()
        {
            _leaveServices    = new LeaveApplicationService();
            _moduleService    = new ModuleService();
            _employeeServices = new EmployeeService();
            _notifications    = new NotificationService();
            _officeServices   = new OfficeServices();

            _leaveRuleService       = new LeaveRuleService();
            _leaveRuleDetailService = new LeaveRuleDetailService();
            _leaveTypeService       = new LeaveTypeService();
            _leaveAssigned          = new LeaveAssignServices();
            _leaveEarnedService     = new LeaveEarnedService();
        }
 public InsuranceCompanyController()
 {
     _InsuranceCompanyService = new InsuranceCompanyService();
     _moduleService           = new ModuleService();
 }
 public DocumentCategoryController()
 {
     _documentCategoryService = new DocumentCategoryService();
     _moduleService           = new ModuleService();
 }
 public EmployeeReportsController()
 {
     _moduleService = new ModuleService();
 }
예제 #28
0
 public FamilyController()
 {
     _EmployeeFamilyService = new EmployeeFamilyService();
     _LeaveEarnedService    = new LeaveEarnedService();
     _moduleService         = new ModuleService();
 }
예제 #29
0
 public HRController()
 {
     _moduleService = new ModuleService();
 }
예제 #30
0
 public SkillController()
 {
     _EmployeeSkillService = new EmployeeSkillService();
     _LeaveEarnedService   = new LeaveEarnedService();
     _moduleService        = new ModuleService();
 }