Esempio n. 1
0
        private readonly Model.configs.siteconfig siteConfig = new BLL.configs.siteconfig().loadConfig(); //获得站点配置信息

        #endregion Fields

        #region Constructors

        public article_category()
        {
            dal = new DAL.contents.article_category(siteConfig.sysdatabaseprefix);
        }
Esempio n. 2
0
 public article_category()
 {
     dal = new DAL.contents.article_category(siteConfig.sysdatabaseprefix);
 }