Example #1
0
 public async Task <User> GetUserByIdAsync(int id)
 {
     return(await _userRepository.GetByIdAsync(id));
 }