diff --git a/notus/Biblioteque_de_Class/Note.cs b/notus/Biblioteque_de_Class/Note.cs index 5cce6f8..6463c34 100644 --- a/notus/Biblioteque_de_Class/Note.cs +++ b/notus/Biblioteque_de_Class/Note.cs @@ -43,10 +43,10 @@ namespace Biblioteque_de_Class public override string ToString() => $"note -> nom : {Nom}\nlogoPATH : {LogoPATH}\nhow many line : {listeLigneTexte.Count()}"; - /*public Note AjouterTag() + public Note AjouterTag() { - Pas d'attribut tag et jsp si on herite ou autre - return null; - }*/ + Tags tags= new List(); + + } } }