Example #1
0
 public ActionResult <bool> Task3(string phrase)
 {
     return(APService.Task3(phrase));
 }