- Changement de la route
- CSS remplacé par bootstrap
This commit is contained in:
b.nodon
2026-03-05 15:28:27 +01:00
parent 5576011541
commit 0c7996ae1f
14 changed files with 284 additions and 307 deletions

View File

@@ -18,5 +18,7 @@ namespace Webzine.Entity
[Display(Name = "Libellé")]
public string Libelle { get; set; }
public List<Titre> Titres { get; set; } = new List<Titre>();
}
}