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