public UserRepository(gendeiContext context, IAuthRepository <User> authRepository) { _gendeiContext = context; _authRepository = authRepository; }
public CityRepository(gendeiContext context) { _gendeiContext = context; }
public AuthRepository(gendeiContext context, IConfiguration config) { _context = context; _config = config; }