Exemple #1
0
 public void Add(string word, string meaning)
 {
     persistenceLayer.Add(word, meaning);
 }