From fa6f8d20bbb9fdf0135a76a09de92441b45c4529 Mon Sep 17 00:00:00 2001 From: Liam MONCHANIN Date: Fri, 28 Apr 2023 15:23:20 +0200 Subject: [PATCH] Je sais pas ca demande un commit --- notus/Biblioteque_de_Class/Note.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); + + } } }