Exemplo n.º 1
0
 private void BindInfo()
 {
     ClassLibrary.BLL.SystemArticle   bll   = new ClassLibrary.BLL.SystemArticle();
     ClassLibrary.Model.SystemArticle model = bll.GetModel((int)SysConfig.SystemArticle.关于我们);
     dataAbout = model.Content.Replace(SysConfig.webSite, SysConfig.webSiteApp);
 }
Exemplo n.º 2
0
 private void BindInfo()
 {
     ClassLibrary.BLL.SystemArticle bll = new ClassLibrary.BLL.SystemArticle();
     model = bll.GetModel(systemArticleID);
 }