Commande dotnet format

This commit is contained in:
josephine.vetu
2026-03-28 10:09:18 +01:00
committed by b.nodon
parent 18075a9792
commit fe2a339fc1
51 changed files with 265 additions and 228 deletions

View File

@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Mvc;
namespace Webzine.WebApplication.Controllers
namespace Webzine.WebApplication.Controllers
{
using Microsoft.AspNetCore.Mvc;
/// <summary>
/// Controller pour la page contact.
/// </summary>
@@ -11,6 +11,7 @@ namespace Webzine.WebApplication.Controllers
private readonly ILogger<ContactController> logger;
/// <summary>
/// Initializes a new instance of the <see cref="ContactController"/> class.
/// Initialise une nouvelle instance de la classe <see cref="ContactController"/>.
/// </summary>
/// <param name="logger">Service de journalisation injecté pour enregistrer les événements et les erreurs.</param>
@@ -29,4 +30,4 @@ namespace Webzine.WebApplication.Controllers
return this.View();
}
}
}
}