all is done

This commit is contained in:
ker73rus 2023-03-09 12:50:19 +04:00
parent d8025b18bd
commit 4ab8a1e27e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -17,8 +17,8 @@
<ItemGroup>
<ProjectReference Include="..\SecureShopBusinessLogic\SecureShopBusinessLogic.csproj" />
<ProjectReference Include="..\SecureShopContracts\SecureShopContracts.csproj" />
<ProjectReference Include="..\SecureShopFileImplement\SecureShopFileImplement.csproj" />
<ProjectReference Include="..\SecureShopListImplement\SecureShopListImplement.csproj" />
<ProjectReference Include="..\SecureShopListImplement\SecureShopFileImplement.csproj" />
</ItemGroup>
</Project>