public VueGlobalController()
 {
     reclamationService    = new ReclamationService();
     employeeService       = new EmployeeService();
     jobService            = new JobService();
     depService            = new DepartmentService();
     non_attendanceService = new Nont_AttendanceService();
 }
Example #2
0
 public EmployeeController()
 {
     employeeService       = new EmployeeService();
     non_attendanceService = new Nont_AttendanceService();
 }