Ulteriore update x test factory in prod

This commit is contained in:
Samuele Locatelli
2026-04-24 09:57:48 +02:00
parent 24b2405429
commit 3c1fdb92a2
9 changed files with 34 additions and 23 deletions
@@ -1,5 +1,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using MP.Data.Controllers;
using MP.Data.Repository.Mtc;
using MP.Data.Repository.Utils;
using MP.Data.Services.Mtc;
@@ -29,6 +30,7 @@ namespace MP.Data
// Servizi Singleton
services.TryAddSingleton<IMtcSetupService, MtcSetupService>();
services.TryAddSingleton<MpIocController>();
// Servizi Scoped
services.TryAddScoped<IStatsAggrService, StatsAggrService>();