Exemplo n.º 1
0
 public IList <string> LetterCombinations(string digits)
 {
     return(Telephones.LetterCombinations(digits));
 }