Exemplo n.º 1
0
 public Search(string word, DictStorage storage)
 {
     Word     = word;
     _storage = storage;
 }
Exemplo n.º 2
0
 public Morph(DictStorage storage)
 {
     _storage = storage;
 }