public LeaveTypeSpecialController()
 {
     _leaveServices           = new LeaveApplicationService();
     _SpecialleavetypeService = new SpecialLeaveTypeService();
     _LeaveEarnedService      = new LeaveEarnedService();
     _employeeServices        = new EmployeeService();
 }
Пример #2
0
 public LeaveEarnedController()
 {
     _leaveServices           = new LeaveApplicationService();
     _LeaveEarnedService      = new LeaveEarnedService();
     _SpecialleavetypeService = new SpecialLeaveTypeService();
     _employeeServices        = new EmployeeService();
     this._DynamicSelectList  = new DynamicSelectList();
 }
Пример #3
0
 public YearlyLeaveReportController()
 {
     this._LeaveApplicationService = new LeaveApplicationService();
     this._designationService      = new DesignationService();
     this._LeaveAddAdmin           = new LeaveApplicationServices();
     this._ValidateLeave           = new LeaveValidateHelper();
     this._DynamicSelectList       = new DynamicSelectList();
     this._LeaveEarnedService      = new LeaveEarnedService();
     this._officeService           = new OfficeServices();
     this._employeeService         = new EmployeeService();
 }
Пример #4
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();
        }
Пример #5
0
 public FamilyController()
 {
     _EmployeeFamilyService = new EmployeeFamilyService();
     _LeaveEarnedService    = new LeaveEarnedService();
     _moduleService         = new ModuleService();
 }
Пример #6
0
 public PayrollLeaveDeductionController()
 {
     _payrollLeaveDeductionService = new PayrollLeaveDeductionService();
     _LeaveEarnedService           = new LeaveEarnedService();
     _SpecialleavetypeService      = new SpecialLeaveTypeService();
 }
Пример #7
0
 public SkillController()
 {
     _EmployeeSkillService = new EmployeeSkillService();
     _LeaveEarnedService   = new LeaveEarnedService();
     _moduleService        = new ModuleService();
 }