示例#1
0
 public UserHouseDapper(IOptions <APPConfiguration> configuration, RedisService redisService)
     : base(configuration, redisService)
 {
 }
示例#2
0
 public HouseDapper(IOptions <APPConfiguration> configuration, RedisService redisService)
 {
     this.configuration = configuration.Value;
     this.redisService  = redisService;
 }
 public UserCollectionDapper(IOptions <APPConfiguration> configuration, RedisService redisService)
 {
     this.configuration = configuration.Value;
     this.redisService  = redisService;
 }