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(); }
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(); }
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 PrizeController() { _employeeService = new EmployeeService(); _designationServices = new DesignationService(); _empPrizeService = new EmployeePrizeService(); _moduleService = new ModuleService(); }
public PayrollMonthController() { _moduleService = new ModuleService(); _PayrollMonthDescriptionService = new PayrollMonthDescriptionService(); _fiscalService = new FiscalService(); _iunitofwork = new UnitOfWork(); }
public ActionResult Index() { _moduleService = new ModuleService(); //ViewBag.TopMenuList = _moduleService.GetModuleParents(0); //ViewBag.SideBar = _moduleService.GetModuleParents(2); return(View()); }
public PayrollInsurancePremiumController() { _PayrollInsurancePremiumService = new PayrollInsurancePremiumService(); _insuranceCompanyService = new InsuranceCompanyService(); _empDetails = new EmployeeService(); _moduleService = new ModuleService(); _dynamicSelectList = new DynamicSelectList(); }
public HolidayController() { _officeServices = new OfficeServices(); _moduleService = new ModuleService(); _ethnicityServices = new EthnicityService(); _religionServices = new ReligionService(); _holidayServices = new HolidayServices(); }
public AdminAttendanceRequestController() { _attendanceDailyServices = new AttendanceDailyService(); _designationServices = new DesignationService(); _officeServices = new OfficeServices(); _employeeServices = new EmployeeService(); _notifications = new NotificationService(); _moduleService = new ModuleService(); }
//IEmployeeTrainingService _empTraining; public EducationController() { _empEducationService = new EmpEducationService(); _empDetails = new EmployeeService(); _educationLevel = new EducationLevelService(); _countryService = new CountryService(); _moduleService = new ModuleService(); // _empTraining = new EmployeeTrainingService(); }
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(); }
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(); }
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(); }
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(); }
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); }
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(); }
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(); }
public FamilyController() { _EmployeeFamilyService = new EmployeeFamilyService(); _LeaveEarnedService = new LeaveEarnedService(); _moduleService = new ModuleService(); }
public HRController() { _moduleService = new ModuleService(); }
public SkillController() { _EmployeeSkillService = new EmployeeSkillService(); _LeaveEarnedService = new LeaveEarnedService(); _moduleService = new ModuleService(); }