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 {