From 67538142a565b50ad55552713f201f8f93aa57e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=9C=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0=D1=84=D0=B5=D0=B5=D0=B2?= Date: Sun, 5 May 2024 17:11:11 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=9B=D0=9E=D0=A2=D0=98=D0=9D=D0=A3*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JewelryStoreBusinessLogic/BusinessLogics/OrderLogic.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/JewelryStore/JewelryStoreBusinessLogic/BusinessLogics/OrderLogic.cs b/JewelryStore/JewelryStoreBusinessLogic/BusinessLogics/OrderLogic.cs index a669208..3820fbb 100644 --- a/JewelryStore/JewelryStoreBusinessLogic/BusinessLogics/OrderLogic.cs +++ b/JewelryStore/JewelryStoreBusinessLogic/BusinessLogics/OrderLogic.cs @@ -22,7 +22,6 @@ namespace JewelryStoreBusinessLogic.BusinessLogics static readonly object locker = new object(); private readonly AbstractMailWorker _mailWorker; private readonly IClientLogic _clientLogic; - // СПУСТЯ 4 ЛАБЫ ПРИШЛОСЬ ПЕРЕДЕЛЫВАТЬ ПОЛНОСТЬЮ И ДЕЛАТЬ АДЕКВАТНО ((( public OrderLogic(ILogger logger, IOrderStorage orderStorage, AbstractMailWorker mailWorker, IClientLogic clientLogic) {