예제 #1
0
 public string PigLatinWord([FromBody] string word)
 {
     return(_valuesService.PigLatinWord(word));
 }