Exemple #1
0
 void CheckEmployeeMainMenuAnswer()
 {
     UI.DisplayEmployeeOptions();
     if (UI.GetUserInput() == "1")
     {
         CheckAnimalViewAnswer();
     }
     else if (UI.GetUserInput() == "2")
     {
         //    AddNewAnimal();
         //}
         //else if (UI.GetUserInput() == "3")
         //{
         //    ChangeExistingAnimal();
     }
 }