Esempio n. 1
0
 public VueGlobalController()
 {
     reclamationService    = new ReclamationService();
     employeeService       = new EmployeeService();
     jobService            = new JobService();
     depService            = new DepartmentService();
     non_attendanceService = new Nont_AttendanceService();
 }
Esempio n. 2
0
 public EmployeeController()
 {
     employeeService       = new EmployeeService();
     non_attendanceService = new Nont_AttendanceService();
 }