Example #1
0
 public IHttpActionResult Get()
 {
     return(Ok(new { message = "Hello WebApi", serivceMessage = _myService.GetGreeting() }));
 }