Esempio n. 1
0
        public StatisticsInfo()
        {
            CMSService cms = new CMSService();

            ArticleDspModel a = cms.GetLatestArticle(string.Empty);

            if (null != a)
            {
                this.LastArticle = a;
            }

            this.ArticleCount = cms.GetArticleCountOfCategory(Guid.Empty);

            //访问统计
            //
        }