Merge branch 'dev' into j3/feat/business-logic/titre-admin

# Conflicts:
#	Webzine.Business/Webzine.Business.csproj
#	Webzine.WebApplication/Program.cs
This commit is contained in:
mirage
2026-04-02 15:06:39 +02:00
39 changed files with 623 additions and 190 deletions

View File

@@ -170,6 +170,11 @@ public class TitreController : Controller
{
var titre = this.titreRepository.Find(id);
if (titre == null)
{
return this.RedirectToAction("Index");
}
var model = new AdminTitreDelete
{
Id = titre.IdTitre,