Esempio n. 1
0
 public async Task <IActionResult> GetCurrentUserAsync()
 {
     return(Ok(await _userQuery.GetCurrentUserAsync()));
 }