示例#1
0
 public async Task <ActionResult <AuthenticationResponseViewModel> > PostAsync(AuthenticationRequestViewModel authenticationRequestViewModel)
 {
     return(Ok(await _applicationService.AuthenticationAsync(authenticationRequestViewModel)));
 }