From d115e27b670d244cd46a7f44ea7b78eb0e9a75cc Mon Sep 17 00:00:00 2001 From: "liam.monchanin" Date: Thu, 18 May 2023 18:03:24 +0200 Subject: [PATCH] je teste --- notus/Notus_Console/Program.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/notus/Notus_Console/Program.cs b/notus/Notus_Console/Program.cs index 0b1d946..d6daaa8 100644 --- a/notus/Notus_Console/Program.cs +++ b/notus/Notus_Console/Program.cs @@ -133,8 +133,8 @@ while (boucle == 0){ break; case "6":///Supprimer une note - u.RechercherNote(note); - u.SuppNote(note); + u.RechercherNote(n); + u.SuppNote(n); break; case "7":///Creer un tag @@ -179,12 +179,12 @@ while (boucle == 0){ case "13":///Supprimer un tag definitivement t= u.RechercherTags(name); - u.SupTagToNoteList(note); + u.SupTagToNoteList(n); break; case "14":///AJouter une note en favori - u.RechercherNote(note); - u.AddFav(note); + u.RechercherNote(n); + u.AddFav(n); break; case "15":///Supprimer une note des favoris