Example #1
0
 public IHttpActionResult GreetingsGet()
 {
     m_robot.Greeting();
     return(Ok());
 }