From 8c8934c48c498ea17ae21c9f24096713cb4d83ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=9F=D1=83=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=D0=BD?= Date: Tue, 21 Feb 2023 00:40:32 +0400 Subject: [PATCH] fix --- PrecastConcretePlant/PrecastConcretePlant/Program.cs | 1 - .../PrecastConcretePlantBusinessLogic/ReinforcedLogic.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/PrecastConcretePlant/PrecastConcretePlant/Program.cs b/PrecastConcretePlant/PrecastConcretePlant/Program.cs index 523f664..d4552c1 100644 --- a/PrecastConcretePlant/PrecastConcretePlant/Program.cs +++ b/PrecastConcretePlant/PrecastConcretePlant/Program.cs @@ -7,7 +7,6 @@ using PrecastConcretePlantContracts.StoragesContract; using PrecastConcretePlantListImplement.Implements; using PrecastConcretePlantListImplement; using PrecastConcretePlantView; -using ConfectioneryBusinessLogic.BusinessLogic; namespace PrecastConcretePlant diff --git a/PrecastConcretePlant/PrecastConcretePlantBusinessLogic/ReinforcedLogic.cs b/PrecastConcretePlant/PrecastConcretePlantBusinessLogic/ReinforcedLogic.cs index 65224b3..bbb5bae 100644 --- a/PrecastConcretePlant/PrecastConcretePlantBusinessLogic/ReinforcedLogic.cs +++ b/PrecastConcretePlant/PrecastConcretePlantBusinessLogic/ReinforcedLogic.cs @@ -5,7 +5,7 @@ using PrecastConcretePlantContracts.StoragesContract; using PrecastConcretePlantContracts.ViewModels; using Microsoft.Extensions.Logging; -namespace ConfectioneryBusinessLogic.BusinessLogic +namespace PrecastConcretePlantBusinessLogic.BusinessLogic { public class ReinforcedLogic : IReinforcedLogic {