Beispiel #1
0
 public IHttpActionResult SimpleOpen()
 {
     return(Ok(new { stuff = _store.GetValue("stuff") }));
 }