Skip to content

Instantly share code, notes, and snippets.

@ducmeit1
Created July 15, 2019 07:58
Show Gist options
  • Save ducmeit1/58a8ee039d34418e1dbe51adf10d2a13 to your computer and use it in GitHub Desktop.
Save ducmeit1/58a8ee039d34418e1dbe51adf10d2a13 to your computer and use it in GitHub Desktop.
[AllowAnonymous]
[HttpPost]
public async Task<IHttpActionResult> Register ([FromBody] CreateUserCommand command) {
return Ok (await new CommandAsync (command));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment