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>();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,6 +62,6 @@ namespace Webzine.Entity
|
||||
public string Album { get; set; }
|
||||
|
||||
public List<Commentaire> Commentaires { get; set; }
|
||||
|
||||
public List<Style> Styles { get; set; } = new List<Style>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user