Merge branch 'dev' into J1/feat/titreControllerIHM

# Conflicts:
#	Webzine.WebApplication/Controller/AccueilController.cs
#	Webzine.WebApplication/Views/Shared/_Layout.cshtml
This commit is contained in:
mirage
2026-03-05 10:34:45 +01:00
17 changed files with 435 additions and 14 deletions

View File

@@ -90,7 +90,8 @@ public class DataFactory
styles.Add(new Style
{
IdStyle = i + 1,
Libelle = styleNames[i]
Libelle = styleNames[i],
Titres = new List<Titre>(),
});
}