diff --git a/SushiBar/SushiBar/Program.cs b/SushiBar/SushiBar/Program.cs index 35f5754..f38dd3a 100644 --- a/SushiBar/SushiBar/Program.cs +++ b/SushiBar/SushiBar/Program.cs @@ -4,10 +4,9 @@ using NLog.Extensions.Logging; using SushiBarBusinessLogic.BusinessLogics; using SushiBarContracts.BusinessLogicsContracts; using SushiBarContracts.StoragesContracts; -using SushiBarFileImplement.Implements; -using SushiBarView; +using SushiBarListImplement.Implements; -namespace SushiBar +namespace SushiBarView { internal static class Program {