From 3c7a686e1b3a1888669cad6ac1323b23764773bc Mon Sep 17 00:00:00 2001 From: urlilpolly Date: Tue, 30 Apr 2024 23:46:08 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B0=20=D1=82=D0=B0=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Course/TestingDatabase/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Course/TestingDatabase/Program.cs b/Course/TestingDatabase/Program.cs index c9643df..aa5988e 100644 --- a/Course/TestingDatabase/Program.cs +++ b/Course/TestingDatabase/Program.cs @@ -14,8 +14,6 @@ ProductionStorage productionionStorage = new ProductionStorage(); ProductStorage productStorage = new ProductStorage(); MachineStorage machineStorage = new MachineStorage(); GuarantorStorage guarantorStorage = new GuarantorStorage(); -WorkerStorage workerStorage = new WorkerStorage(); -WorkshopStorage workshopStorage = new WorkshopStorage();