From b22466736e135d69b4e6ba420c1884c8d8bb5389 Mon Sep 17 00:00:00 2001 From: urlilpolly Date: Tue, 30 Apr 2024 23:46:33 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Course/TestingDatabase/Program.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Course/TestingDatabase/Program.cs b/Course/TestingDatabase/Program.cs index aa5988e..becda5c 100644 --- a/Course/TestingDatabase/Program.cs +++ b/Course/TestingDatabase/Program.cs @@ -13,7 +13,4 @@ ImplementerStorage implementationStorage = new ImplementerStorage(); ProductionStorage productionionStorage = new ProductionStorage(); ProductStorage productStorage = new ProductStorage(); MachineStorage machineStorage = new MachineStorage(); -GuarantorStorage guarantorStorage = new GuarantorStorage(); - - - +GuarantorStorage guarantorStorage = new GuarantorStorage(); \ No newline at end of file