Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created May 1, 2014 05:24
Show Gist options
  • Select an option

  • Save aaronpowell/8a5ad2a77dcfda3a9991 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/8a5ad2a77dcfda3a9991 to your computer and use it in GitHub Desktop.
public class AuthenticationController : ApiController {
public void SomethingThatIsPublic(Something something) { /* not important */ }
public HttpResponseMessage Post(LoginModel model) {
//do login
//return
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment