je teste
continuous-integration/drone/push Build is failing Details

pull/19/head
Liam MONCHANIN 2 years ago
parent 1a1f50230c
commit e00886d710

@ -148,7 +148,7 @@ while (boucle == 0){
case "8":///Ajouter un tag a une note
Console.WriteLine("Cherchez une note");
name2 = Console.ReadLine();
Note note = u.RechercherNote(name2);
n = u.RechercherNote(name2);
Console.WriteLine("Cherchez un tag");
name = Console.ReadLine();
Tags tagToAdd = u.RechercherTags(name);
@ -158,7 +158,7 @@ while (boucle == 0){
case "9":///Supprimer un tag a une note
Console.WriteLine("Cherchez une note");
name2 = Console.ReadLine();
Note note = u.RechercherNote(name2);
n = u.RechercherNote(name2);
Console.WriteLine("Cherchez un tag");
name = Console.ReadLine();
Tags tagToSupp = u.RechercherTags(name);

Loading…
Cancel
Save