Exemplo n.º 1
0
 public NumberResolver(string dictionaryPath)
 {
     DictionarySource = new DictionarySource(dictionaryPath);
     Rules = new Rules();
 }
Exemplo n.º 2
0
 public NumberResolver()
 {
     DictionarySource = new DictionarySource();
     Rules = new Rules();
 }