Skip to content

Instantly share code, notes, and snippets.

@ksysiekj
Created February 24, 2017 00:31
Show Gist options
  • Save ksysiekj/120da1711ef156dd8350d633e7f62403 to your computer and use it in GitHub Desktop.
Save ksysiekj/120da1711ef156dd8350d633e7f62403 to your computer and use it in GitHub Desktop.
[JilSerialization]
public sealed class JilValuesController : ApiController
{
// GET api/values
public IHttpActionResult Get()
{
return Ok(ValueServices.Values);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment