fix
This commit is contained in:
parent
5bb854182d
commit
7cbf9f1de2
@ -65,6 +65,10 @@ namespace News
|
|||||||
{
|
{
|
||||||
controller.RemoveComment(comment);
|
controller.RemoveComment(comment);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Console.WriteLine($"Такой команды нет");
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Console.WriteLine("Такой операции нет");
|
Console.WriteLine("Такой операции нет");
|
||||||
|
Loading…
Reference in New Issue
Block a user