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