예제 #1
0
        public void DeleteBoats()
        {
            ShowUserInfo();
            int userChoice     = presentation.hosVem();
            int userBoatChoice = presentation.SelectBoatToDelete();

            deleteBoat.DeleteBoats(userChoice, userBoatChoice);
            presentation.BoatIsDeleted();
            ContinueOnKeyPressed();
        }
예제 #2
0
 public static void DeleteBoats()
 {
     DeleteBoat.DeleteBoats();
 }