public ZhihuJob(IHttpClientFactory httpClient, IZhQuestionRepository zhRepository, DGBlogRedisContext redisContext) { _httpClient = httpClient; _zhRepository = zhRepository; _redis = redisContext; }
public ZhQuestionService(IZhQuestionRepository zhRepository) { _zhRepository = zhRepository; }