public CCBHouesCrawler(HouseDapper houseDapper, IOptions <APPConfiguration> configuration,
                        ConfigDapper configDapper)
 {
     this.houseDapper  = houseDapper;
     this.config       = configuration.Value;
     this.configDapper = configDapper;
 }
Example #2
0
 public HouseDapper(IOptions <APPConfiguration> configuration, RedisService redis,
                    ElasticsearchService elasticsearchService, ConfigDapper configMap)
 {
     this.configuration        = configuration.Value;
     this.redis                = redis;
     this.elasticsearchService = elasticsearchService;
     this._configMap           = configMap;
 }
Example #3
0
 public BeikeHouseCrawler(HouseDapper houseDapper, ConfigDapper configDapper)
 {
     this.houseDapper  = houseDapper;
     this.configDapper = configDapper;
 }
 public ChengduZufangCrawler(HouseDapper houseDapper, ConfigDapper configDapper)
 {
     this.houseDapper  = houseDapper;
     this.configDapper = configDapper;
 }
Example #5
0
 public PinPaiGongYuHouseCrawler(HouseDapper houseDapper, ConfigDapper configDapper)
 {
     this.houseDapper  = houseDapper;
     this.configDapper = configDapper;
 }
Example #6
0
 public DoubanHouseCrawler(HouseDapper houseDapper, ConfigDapper configDapper)
 {
     this.houseDapper  = houseDapper;
     this.configDapper = configDapper;
 }
 public PeopleRentingCrawler(HouseDapper houseDapper, ConfigDapper configDapper)
 {
     this.houseDapper  = houseDapper;
     this.configDapper = configDapper;
 }