Ejemplo n.º 1
0
 public ConfigController(IDistributedCache cache)
 {
     _weixinDeptUtil = new WeixinDeptUtil(cache);
 }
Ejemplo n.º 2
0
 public OAuth2Controller(IDistributedCache cache)
 {
     _deptUtil = new WeixinDeptUtil(cache);
     _userUtil = new WeixinUserUtil2(cache);
 }