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

        #endregion Fields

        #region Constructors

        public category()
        {
            dal = new DAL.channels.category(siteConfig.sysdatabaseprefix);
        }
Exemplo n.º 2
0
 public category()
 {
     dal = new DAL.channels.category(siteConfig.sysdatabaseprefix);
 }