Fix gestione creazione KIT con stored corretta

This commit is contained in:
Samuele Locatelli
2026-06-08 12:01:05 +02:00
parent 3499d8b32d
commit e6df6a5e18
7 changed files with 61 additions and 99 deletions
+4 -2
View File
@@ -35,9 +35,11 @@ namespace MP.Data
// Repository Singleton
services.TryAddSingleton<IMtcSetupRepository, MtcSetupRepository>();
services.TryAddSingleton<IProductionRepository, ProductionRepository>();
services.TryAddSingleton<IIocRepository, IocRepository>();
services.TryAddSingleton<IAnagRepository, AnagRepository>();
services.TryAddSingleton<ISystemRepository, SystemRepository>();
// Repository Scoped
services.TryAddScoped<IIocRepository, IocRepository>();
// Repository Scoped (non usate da MpDataService)
services.TryAddScoped<IStatsAggrRepository, StatsAggrRepository>();
services.TryAddScoped<IStatsDetailRepository, StatsDetailRepository>();