This commit is contained in:
evasina2312@gmail.com 2023-05-18 11:27:18 +04:00
parent 188dac15a1
commit 7baba7c9b2
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ namespace Lab_5
{
foreach (var member in members)
{
Console.WriteLine($"{member.Id}. Название: {member.Name}");
Console.WriteLine($"{member.Id}. Имя: {member.Name}");
}
}
}

View File

@ -62,6 +62,7 @@
Console.WriteLine("Неверный ввод");
break;
}
command = Console.ReadLine();
}
}
}