Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created June 21, 2018 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/0467f50cd6c79391a2abe051afcfa5fb to your computer and use it in GitHub Desktop.
Save dcomartin/0467f50cd6c79391a2abe051afcfa5fb to your computer and use it in GitHub Desktop.
[HttpGet("bankaccount")]
public IActionResult BankAccount()
{
return Unauthorized();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment