コード例 #1
0
ファイル: AccountController.cs プロジェクト: stupside/GoLocal
 public async Task <IActionResult> Register(CreateUserCommand command)
 => await this.Handle(command.WithCallback("https://localhost:3000/account/register/confirmation"));