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 PayrollLeaveDeductionController()
 {
     _payrollLeaveDeductionService = new PayrollLeaveDeductionService();
     _LeaveEarnedService           = new LeaveEarnedService();
     _SpecialleavetypeService      = new SpecialLeaveTypeService();
 }