Merge branch 'dev' into j1/feat/page_artiste

This commit is contained in:
josephine.vetu
2026-03-05 14:23:55 +01:00
18 changed files with 544 additions and 62 deletions

View File

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

View File

@@ -63,5 +63,6 @@ namespace Webzine.Entity
public List<Commentaire> Commentaires { get; set; }
public List<Style> Styles { get; set; } = new List<Style>();
}
}
}