diff --git a/EgwCoreLib.Lux.Data/Controllers/LuxController.cs b/EgwCoreLib.Lux.Data/Controllers/LuxController.cs
index 310c38ec..b302b047 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 e6460a68..8c004992 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 ec17cffb..66e03194 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();