From 4ab8a1e27e8b20c5581567135e9e1e8b48b41708 Mon Sep 17 00:00:00 2001 From: ker73rus Date: Thu, 9 Mar 2023 12:50:19 +0400 Subject: [PATCH] all is done --- Secure/SecureShop/Program.cs | 2 +- Secure/SecureShop/SecureShopView.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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