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();