Beispiel #1
0
 public async Task <Response <AuthenticationResult> > Login([FromBody] AccountLoginRequest request)
 {
     return(await _accountService.LoginAsync(request));
 }