Exemplo n.º 1
0
 public weixin_access_token()
 {
     dal = new DAL.weixin_access_token(sysConfig.sysdatabaseprefix);
 }
Exemplo n.º 2
0
        private readonly Model.siteconfig siteConfig = new BLL.siteconfig().loadConfig(); //���վ��������Ϣ

        #endregion Fields

        #region Constructors

        public weixin_access_token()
        {
            dal = new DAL.weixin_access_token(siteConfig.sysdatabaseprefix);
        }