Example #1
0
 public HouseService(RedisTool RedisTool, ConfigService configService, NewHouseDapper newHouseDapper)
 {
     _redisTool      = RedisTool;
     _configService  = configService;
     _newHouseDapper = newHouseDapper;
 }