remove old envelope srrvice dependencies

This commit is contained in:
2025-09-04 18:56:02 +02:00
parent 2c825d2fe3
commit aa8f46a303
8 changed files with 5 additions and 350 deletions

View File

@@ -1,5 +1,4 @@
using EnvelopeGenerator.Application.Services;
using EnvelopeGenerator.Web.Services;
using Microsoft.EntityFrameworkCore;
using NLog;
using Quartz;
@@ -50,12 +49,6 @@ try
});
});
// Add base services
builder.Services.AddScoped<DatabaseService>();
// Add higher order services
builder.Services.AddScoped<EnvelopeOldService>();
builder.Services.AddHttpContextAccessor();
builder.ConfigureBySection<TFARegParams>();