コード例 #1
0
 public weixin_account()
 {
     dal = new DAL.weixin_account(siteConfig.sysdatabaseprefix);
 }
コード例 #2
0
ファイル: weixin_account.cs プロジェクト: uwitec/MWMS
        private readonly Model.siteconfig siteConfig = new BLL.siteconfig().loadConfig(); //���վ��������Ϣ

        #endregion Fields

        #region Constructors

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