From 95ed44155b2eeb061e28413033cf1bc1afcb27e4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 18 Mar 2026 18:39:24 +0100 Subject: [PATCH] Update nuovi servizi (da completare) --- EgwCoreLib.Lux.Data/Controllers/LuxController.cs | 2 ++ Lux.API/Program.cs | 4 ++++ Lux.UI/Program.cs | 4 ++++ 3 files changed, 10 insertions(+) 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();