Esempio n. 1
0
 public IActionResult SayHello(string name)
 {
     return(Ok(_greetingService.SayHelloTo(name)));
 }