Esempio n. 1
0
 public async Task <IActionResult> Register(CreateUserCommand command)
 => await this.Handle(command.WithCallback("https://localhost:3000/account/register/confirmation"));