Tsukanova_I.V. LabWork08_base #12

Closed
Inohara wants to merge 13 commits from LabWork08 into LabWork07
3 changed files with 2 additions and 3 deletions
Showing only changes of commit fc5691398a - Show all commits

View File

@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging;
using NLog.Extensions.Logging;
using IceCreamBusinessLogic.OfficePackage.Implements;
using IceCreamBusinessLogic.OfficePackage;
using IceCreamShopFileImplement.Implements;
using IceCreamShopDatabaseImplement.Implements;
using IceCreamBusinessLogic.BusinessLogic;
using IceCreamBusinessLogic.MailWorker;
using IceCreamShopContracts.BindingModels;

View File

@ -15,7 +15,6 @@
<ProjectReference Include="..\IceCreamBusinessLogic\IceCreamBusinessLogic.csproj" />
<ProjectReference Include="..\IceCreamShopContracts\IceCreamShopContracts.csproj" />
<ProjectReference Include="..\IceCreamShopDatabaseImplement\IceCreamShopDatabaseImplement.csproj" />
<ProjectReference Include="..\IceCreamShopFileImplement\IceCreamShopFileImplement.csproj" />
</ItemGroup>
</Project>

View File

@ -3,7 +3,7 @@ using IceCreamBusinessLogic.MailWorker;
using IceCreamShopContracts.BindingModels;
using IceCreamShopContracts.BusinessLogicsContracts;
using IceCreamShopContracts.StoragesContracts;
using IceCreamShopFileImplement.Implements;
using IceCreamShopDatabaseImplement.Implements;
using Microsoft.OpenApi.Models;
var builder = WebApplication.CreateBuilder(args);