From 8a64257355c0f635992d5f3a1c5a9d3fcc6ad4d4 Mon Sep 17 00:00:00 2001
From: antoc0der <1@DESKTOP-K1L8ND3>
Date: Thu, 4 Apr 2024 09:47:36 +0400
Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?=
=?UTF-8?q?=D0=BB=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
FlowerShopBusinessLogic/ReportLogic.cs | 1 -
1 file changed, 1 deletion(-)
diff --git a/FlowerShopBusinessLogic/ReportLogic.cs b/FlowerShopBusinessLogic/ReportLogic.cs
index 6a6903f..68be034 100644
--- a/FlowerShopBusinessLogic/ReportLogic.cs
+++ b/FlowerShopBusinessLogic/ReportLogic.cs
@@ -39,7 +39,6 @@ namespace FlowerShopBusinessLogic
///
public List GetFlowerComponent()
{
- //var components = _componentStorage.GetFullList();
var flowers = _flowerStorage.GetFullList();
var list = new List();
foreach (var flower in flowers)