public void DeleteBoats() { ShowUserInfo(); int userChoice = presentation.hosVem(); int userBoatChoice = presentation.SelectBoatToDelete(); deleteBoat.DeleteBoats(userChoice, userBoatChoice); presentation.BoatIsDeleted(); ContinueOnKeyPressed(); }
public static void DeleteBoats() { DeleteBoat.DeleteBoats(); }