Exemplo n.º 1
0
 public HouseService(RedisTool RedisTool, HouseDapper houseDapper, ConfigService configService, NewHouseDapper newHouseDapper)
 {
     _redisTool      = RedisTool;
     _houseDapper    = houseDapper;
     _configService  = configService;
     _newHouseDapper = newHouseDapper;
 }
Exemplo n.º 2
0
 public HouseService(RedisTool RedisTool, ConfigService configService,
                     NewHouseDapper newHouseDapper, ElasticService elasticService)
 {
     _redisTool      = RedisTool;
     _configService  = configService;
     _newHouseDapper = newHouseDapper;
     _elasticService = elasticService;
 }