From 628725065e4b9410385865b3e9571bee9944c374 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 9 Sep 2024 08:28:35 +0200 Subject: [PATCH 1/3] Rename user controller --- .../Controllers/{MPUserController.cs => AppUserController.cs} | 4 ++-- MP.AppAuth/Models/UserDirittiModel.cs | 1 - MP.Land/Data/AppAuthService.cs | 4 ++-- MP.Land/MP.Land.csproj | 2 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- 7 files changed, 8 insertions(+), 9 deletions(-) rename MP.AppAuth/Controllers/{MPUserController.cs => AppUserController.cs} (93%) diff --git a/MP.AppAuth/Controllers/MPUserController.cs b/MP.AppAuth/Controllers/AppUserController.cs similarity index 93% rename from MP.AppAuth/Controllers/MPUserController.cs rename to MP.AppAuth/Controllers/AppUserController.cs index ab42c488..e0005917 100644 --- a/MP.AppAuth/Controllers/MPUserController.cs +++ b/MP.AppAuth/Controllers/AppUserController.cs @@ -9,11 +9,11 @@ using System.Threading.Tasks; namespace MP.AppAuth.Controllers { - public class MPUserController : IDisposable + public class AppUserController : IDisposable { #region Public Constructors - public MPUserController(IConfiguration configuration) + public AppUserController(IConfiguration configuration) { _configuration = configuration; Log.Info("Avviata classe MPUserController"); diff --git a/MP.AppAuth/Models/UserDirittiModel.cs b/MP.AppAuth/Models/UserDirittiModel.cs index f097342e..a5c5f7b4 100644 --- a/MP.AppAuth/Models/UserDirittiModel.cs +++ b/MP.AppAuth/Models/UserDirittiModel.cs @@ -8,7 +8,6 @@ using System.Threading.Tasks; namespace MP.AppAuth.Models { - // // This is here so CodeMaid doesn't reorganize this document // diff --git a/MP.Land/Data/AppAuthService.cs b/MP.Land/Data/AppAuthService.cs index 0ce151e2..f21253da 100644 --- a/MP.Land/Data/AppAuthService.cs +++ b/MP.Land/Data/AppAuthService.cs @@ -22,7 +22,7 @@ namespace MP.Land.Data public static AppAuthController dbController; public static MPController MpDbController; - public static MPUserController userController; + public static AppUserController userController; #endregion Public Fields @@ -57,7 +57,7 @@ namespace MP.Land.Data { dbController = new AppAuthController(configuration); MpDbController = new MPController(configuration); - userController = new MPUserController(configuration); + userController = new AppUserController(configuration); _logger.LogInformation("DbController OK"); } } diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index b6a88f90..54cf542a 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -3,7 +3,7 @@ net6.0 MP.Land - 6.16.2409.0319 + 6.16.2409.0908 diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html index 4c7a6cea..1c1971d2 100644 --- a/MP.Land/Resources/ChangeLog.html +++ b/MP.Land/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo Tablet MAPO - DotNet6 -

Versione: 6.16.2409.0319

+

Versione: 6.16.2409.0908


Note di rilascio: