Merge branch 'dev' into j1/feat/page_artiste
This commit is contained in:
@@ -18,5 +18,6 @@ namespace Webzine.Entity
|
||||
[Display(Name = "Libellé")]
|
||||
public string Libelle { get; set; }
|
||||
|
||||
public List<Titre> Titres { get; set; } = new List<Titre>();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,5 +63,6 @@ namespace Webzine.Entity
|
||||
|
||||
public List<Commentaire> Commentaires { get; set; }
|
||||
|
||||
public List<Style> Styles { get; set; } = new List<Style>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user