This commit is contained in:
Павел Путилин 2023-04-19 17:37:01 +04:00
parent 5bb854182d
commit 7cbf9f1de2

View File

@ -65,6 +65,10 @@ namespace News
{
controller.RemoveComment(comment);
}
else
{
Console.WriteLine($"Такой команды нет");
}
break;
default:
Console.WriteLine("Такой операции нет");