Ulteriore update x test factory in prod
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user