Exemplo n.º 1
0
 public string PigLatinWord([FromBody] string word)
 {
     return(_valuesService.PigLatinWord(word));
 }