From 289674d1867b12f23993252184fd9d402c19dd55 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:25:39 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Mise=20=C3=A0=20jour=20des=20commentair?= =?UTF-8?q?es=20de=20documentation=20XML=20pour=20les=20contr=C3=B4leurs?= =?UTF-8?q?=20afin=20d'am=C3=A9liorer=20la=20clart=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.WebApplication/Controllers/ApiController.cs | 2 +- Webzine.WebApplication/Controllers/ArtisteController.cs | 2 +- Webzine.WebApplication/Controllers/ContactController.cs | 2 +- Webzine.WebApplication/Controllers/TitreController.cs | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Webzine.WebApplication/Controllers/ApiController.cs b/Webzine.WebApplication/Controllers/ApiController.cs index 8a50bb3..92ee3c6 100644 --- a/Webzine.WebApplication/Controllers/ApiController.cs +++ b/Webzine.WebApplication/Controllers/ApiController.cs @@ -7,7 +7,7 @@ public class ApiController : ControllerBase private readonly ILogger _logger; /// - /// Initializes a new instance of the class. + /// Initialise une nouvelle instance du avec un service de journalisation injecté. /// /// Service de journalisation injecté pour enregistrer les événements et les erreurs. public ApiController(ILogger logger) diff --git a/Webzine.WebApplication/Controllers/ArtisteController.cs b/Webzine.WebApplication/Controllers/ArtisteController.cs index cb2d4ec..59f3013 100644 --- a/Webzine.WebApplication/Controllers/ArtisteController.cs +++ b/Webzine.WebApplication/Controllers/ArtisteController.cs @@ -10,7 +10,7 @@ namespace Webzine.WebApplication.Controllers private readonly ILogger _logger; /// - /// Initializes a new instance of the class. + /// Initialise une nouvelle instance du avec un service de journalisation injecté. /// /// Service de journalisation injecté pour enregistrer les événements et les erreurs. public ArtisteController(ILogger logger) diff --git a/Webzine.WebApplication/Controllers/ContactController.cs b/Webzine.WebApplication/Controllers/ContactController.cs index 91a88ac..84088c9 100644 --- a/Webzine.WebApplication/Controllers/ContactController.cs +++ b/Webzine.WebApplication/Controllers/ContactController.cs @@ -11,7 +11,7 @@ namespace Webzine.WebApplication.Controllers private readonly ILogger _logger; /// - /// Initializes a new instance of the class. + /// Initialise une nouvelle instance du avec un service de journalisation injecté. /// /// Service de journalisation injecté pour enregistrer les événements et les erreurs. public ContactController(ILogger logger) diff --git a/Webzine.WebApplication/Controllers/TitreController.cs b/Webzine.WebApplication/Controllers/TitreController.cs index 3cfdfbd..b89c757 100644 --- a/Webzine.WebApplication/Controllers/TitreController.cs +++ b/Webzine.WebApplication/Controllers/TitreController.cs @@ -19,7 +19,6 @@ public class TitreController : Controller private readonly List _artistes; /// - /// Initializes a new instance of the class. /// Initialise une nouvelle instance du . /// Les données sont générées dynamiquement via . ///