diff --git a/EgwCoreLib.Lux.Data/Controllers/LuxController.cs b/EgwCoreLib.Lux.Data/Controllers/LuxController.cs
index 310c38e..b302b04 100644
--- a/EgwCoreLib.Lux.Data/Controllers/LuxController.cs
+++ b/EgwCoreLib.Lux.Data/Controllers/LuxController.cs
@@ -50,6 +50,7 @@ namespace EgwCoreLib.Lux.Data.Controllers
return dbResult;
}
+#if false
///
/// Elenco completo Customers da DB
///
@@ -97,6 +98,7 @@ namespace EgwCoreLib.Lux.Data.Controllers
}
return dbResult;
}
+#endif
///
/// Add item ricevuti da BOM calcolata
diff --git a/Lux.API/Program.cs b/Lux.API/Program.cs
index e6460a6..8c00499 100644
--- a/Lux.API/Program.cs
+++ b/Lux.API/Program.cs
@@ -178,6 +178,8 @@ builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
+builder.Services.AddScoped();
+builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
@@ -200,6 +202,8 @@ builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
+builder.Services.AddScoped();
+builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
diff --git a/Lux.UI/Program.cs b/Lux.UI/Program.cs
index ec17cff..66e0319 100644
--- a/Lux.UI/Program.cs
+++ b/Lux.UI/Program.cs
@@ -216,6 +216,8 @@ builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
+builder.Services.AddScoped();
+builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
@@ -238,6 +240,8 @@ builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
+builder.Services.AddScoped();
+builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();
builder.Services.AddScoped();