- completata review program.cs
- fix temporaneo init servizi data interni (da rivedere con FusionCache ...)
This commit is contained in:
Samuele Locatelli
2026-06-03 18:23:12 +02:00
parent fab32124d8
commit febe1d0132
7 changed files with 32 additions and 13 deletions
@@ -34,6 +34,7 @@ namespace MP.Data
{
// Repository Singleton
services.TryAddSingleton<IMtcSetupRepository, MtcSetupRepository>();
services.TryAddSingleton<IProductionRepository, ProductionRepository>();
// Repository Scoped
services.TryAddScoped<IIocRepository, IocRepository>();