diff --git a/Secure/SecureShop/Program.cs b/Secure/SecureShop/Program.cs index 4b9efec..bee32ee 100644 --- a/Secure/SecureShop/Program.cs +++ b/Secure/SecureShop/Program.cs @@ -1,7 +1,7 @@ using SecureShopBusinessLogic.BusinessLogics; using SecureShopContracts.BusinessLogicsContracts; using SecureShopContracts.StoragesContracts; -using SecureShopListImplement.Implements; +using SecureShopFileImplement.Implements; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using NLog.Extensions.Logging; diff --git a/Secure/SecureShop/SecureShopView.csproj b/Secure/SecureShop/SecureShopView.csproj index d9f30bd..3a4dc50 100644 --- a/Secure/SecureShop/SecureShopView.csproj +++ b/Secure/SecureShop/SecureShopView.csproj @@ -17,8 +17,8 @@ + - \ No newline at end of file