IOC:
- completata review program.cs - fix temporaneo init servizi data interni (da rivedere con FusionCache ...)
This commit is contained in:
@@ -34,6 +34,7 @@ namespace MP.Data
|
||||
{
|
||||
// Repository Singleton
|
||||
services.TryAddSingleton<IMtcSetupRepository, MtcSetupRepository>();
|
||||
services.TryAddSingleton<IProductionRepository, ProductionRepository>();
|
||||
|
||||
// Repository Scoped
|
||||
services.TryAddScoped<IIocRepository, IocRepository>();
|
||||
|
||||
Reference in New Issue
Block a user