Example #1
0
 public async Task <IActionResult> GetUserByIdAsync(string userId)
 {
     return(Ok(await _userManagementRepository.GetUserByIdAsync(userId)));
 }