private static void SelectableChoice(Choice сhoice) { HistorySelectables.Add(сhoice); Selectables.Clear(); ComeBack(); }
private static void OutPutDescriptionChoice(Choice сhoice) { Console.WriteLine($"{сhoice.Description}"); }
public static void Selectable(Choice сhoice) { OutPutDescriptionChoice(сhoice); SelectableChoice(сhoice); }