public ShiftController()
 {
     hourRegister = new HourRegister();
     showShift    = new ShowShift();
 }
Exemple #2
0
 public EmployeeController()
 {
     crudEmployee = new CrudEmployee();
     crudCountry  = new CrudCountry();
     showShift    = new ShowShift();
 }