From cb51e3f7fcb3589d49e27fa725c4bcb5a48e5b21 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 18 Mar 2026 16:14:47 +0100 Subject: [PATCH] registrazione repository/servizi orderRow --- Lux.API/Lux.API.csproj | 2 +- Lux.API/Program.cs | 2 ++ Lux.UI/Lux.UI.csproj | 2 +- Lux.UI/Program.cs | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 146d536e..f85a6be0 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2603.1813 + 1.1.2603.1816 diff --git a/Lux.API/Program.cs b/Lux.API/Program.cs index 6fd30f97..f3e53f96 100644 --- a/Lux.API/Program.cs +++ b/Lux.API/Program.cs @@ -185,6 +185,7 @@ builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); +builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); @@ -203,6 +204,7 @@ 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/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index 680957dc..4b051c89 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 1.1.2603.1813 + 1.1.2603.1816 diff --git a/Lux.UI/Program.cs b/Lux.UI/Program.cs index ac55065a..03eaf6cc 100644 --- a/Lux.UI/Program.cs +++ b/Lux.UI/Program.cs @@ -223,6 +223,7 @@ builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); +builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); @@ -241,6 +242,7 @@ builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); +builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped();