Example #1
0
 public async Task <ActionResult <User> > Register(Register.Command command)
 {
     return(await Mediator.Send(command));
 }