© 2026 Hedgehog Software, LLC
public async Task<User> GetById(int userId) => await _dbContext.Users.FirstOrDefaultAsync(x => x.Id == userId);