Exemple #1
0
 public void ShowAllNote()
 {
     foreach (KeyValuePair <KeyValuePair <string, string>, Nota> n in Service.GetNote())
     {
         Console.WriteLine(n.Value.ToString());
     }
 }