Ejemplo n.º 1
0
 public ShiftController()
 {
     hourRegister = new HourRegister();
     showShift    = new ShowShift();
 }
Ejemplo n.º 2
0
 public EmployeeController()
 {
     crudEmployee = new CrudEmployee();
     crudCountry  = new CrudCountry();
     showShift    = new ShowShift();
 }