Exemplo n.º 1
0
 public string Reverse(string input)
 {
     return(_client.ReverseString(input));
 }