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