|
|
@ -43,10 +43,10 @@ namespace Biblioteque_de_Class
|
|
|
|
|
|
|
|
|
|
|
|
public override string ToString() => $"note -> nom : {Nom}\nlogoPATH : {LogoPATH}\nhow many line : {listeLigneTexte.Count()}";
|
|
|
|
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
|
|
|
|
Tags tags= new List<Tags>();
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|