From a1eeba7198057e44efeea6446c0ea1d1dff43975 Mon Sep 17 00:00:00 2001 From: Artyom_Yashin Date: Fri, 5 Apr 2024 19:14:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ComputersShopBusinessLogic/BusinessLogics/ReportLogic.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ComputersShop/ComputersShopBusinessLogic/BusinessLogics/ReportLogic.cs b/ComputersShop/ComputersShopBusinessLogic/BusinessLogics/ReportLogic.cs index 7cce57d..0b84753 100644 --- a/ComputersShop/ComputersShopBusinessLogic/BusinessLogics/ReportLogic.cs +++ b/ComputersShop/ComputersShopBusinessLogic/BusinessLogics/ReportLogic.cs @@ -39,7 +39,6 @@ namespace ComputersShopBusinessLogic.BusinessLogics /// public List GetComputerComponent() { - var components = _componentStorage.GetFullList(); var Computers = _ComputerStorage.GetFullList(); var list = new List(); foreach (var computer in Computers)