Example #1
0
 public void MainExercise02Exam02()
 {
     FunctionsUtil.ViewEmployees(FunctionsUtil.Charge());
     FunctionsUtil.HigherEmployees(FunctionsUtil.Charge());
 }