fix bll installer api
This commit is contained in:
@@ -38,8 +38,4 @@
|
||||
<ProjectReference Include="..\PARR.DAL\PARR.DAL.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Domain\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using FluentValidation;
|
||||
using PARR.API.Installers;
|
||||
using PARR.BLL;
|
||||
using PARR.DAL;
|
||||
using Serilog;
|
||||
using System.Reflection;
|
||||
@@ -15,6 +16,7 @@ builder.Host.UseSerilog((context, config) =>
|
||||
|
||||
// Add services to the container.
|
||||
builder.Services.InstallDalServices(builder.Configuration);
|
||||
builder.Services.InstallBllServices(builder.Configuration);
|
||||
builder.Services.InstallApiServices(builder.Configuration);
|
||||
builder.Services.InstallSettings(builder.Configuration);
|
||||
builder.Services.AddAutoMapper(AppDomain.CurrentDomain.GetAssemblies());
|
||||
|
||||
Reference in New Issue
Block a user