示例#1
0
文件: category.cs 项目: eyren/OScms
        private readonly Model.configs.siteconfig siteConfig = new BLL.configs.siteconfig().loadConfig(); //获得站点配置信息

        #endregion Fields

        #region Constructors

        public category()
        {
            dal = new DAL.channels.category(siteConfig.sysdatabaseprefix);
        }
示例#2
0
 public category()
 {
     dal = new DAL.channels.category(siteConfig.sysdatabaseprefix);
 }