Esempio n. 1
0
 public async Task <ReturnResponse <RegisterAccountViewModel> > Handle(LoginAccountCommand request, CancellationToken cancellationToken)
 {
     return(await _accountManagementService.LoginAsync(request.AccountLogin));
 }