Esempio n. 1
0
 public async Task HandleAsync(CreateAuthenticator command)
 {
     await _authenService.RegisterAsync(command.Tag);
 }