예제 #1
0
 public SysConfigInfoManage()
 {
     redisHelper       = new RedisHelper();
     configInfoService = new SysConfigInfoService();
 }
 public SysConfigInfoManage(ISysConfigInfoService configInfoService)
 {
     redisHelper            = new RedisHelper();
     this.configInfoService = configInfoService;
 }