From bd8a5f01fb0283b8b3c05b1f5fc5a05913f5355d Mon Sep 17 00:00:00 2001 From: sofiaivv Date: Tue, 19 Mar 2024 01:39:22 +0400 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D0=BE=20done=20lab2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PrecastConcretePlantFileImplement/DataFileSingleton.cs | 1 - .../Implements/ComponentStorage.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/PrecastConcretePlant/PrecastConcretePlantFileImplement/DataFileSingleton.cs b/PrecastConcretePlant/PrecastConcretePlantFileImplement/DataFileSingleton.cs index a4b0261..8ca0f17 100644 --- a/PrecastConcretePlant/PrecastConcretePlantFileImplement/DataFileSingleton.cs +++ b/PrecastConcretePlant/PrecastConcretePlantFileImplement/DataFileSingleton.cs @@ -1,7 +1,6 @@ using PrecastConcretePlantFileImplement.Models; using System; using System.Collections.Generic; -using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; diff --git a/PrecastConcretePlant/PrecastConcretePlantFileImplement/Implements/ComponentStorage.cs b/PrecastConcretePlant/PrecastConcretePlantFileImplement/Implements/ComponentStorage.cs index fceaa3d..c8b6f0e 100644 --- a/PrecastConcretePlant/PrecastConcretePlantFileImplement/Implements/ComponentStorage.cs +++ b/PrecastConcretePlant/PrecastConcretePlantFileImplement/Implements/ComponentStorage.cs @@ -5,7 +5,6 @@ using PrecastConcretePlantContracts.ViewModels; using PrecastConcretePlantFileImplement.Models; using System; using System.Collections.Generic; -using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks;