Example #1
0
 public WechatWidget()
 {
     this.bllWechat = new WechatBLL();
 }
Example #2
0
 public WechatController()
 {
     this.bllWechat = new WechatBLL();
 }