Пример #1
0
 //add Suggestion s to memory
 public void addSuggestion(Suggestion s)
 {
     dictionary.Add(s.getID(), s);
 }