Exemplo n.º 1
0
 public HashSet <string> FilterByWord(string filter)
 {
     return(_wordsRepository.FilterByWord(filter));
 }