Exemplo n.º 1
0
 public MyArticlesViewModel(string authorSlug)
 {
     this.UnpublishedArticles     = ArticleModel.GetUnpublishedArticles(authorSlug);
     this.RecentPublishedArticles = ArticleModel.GetRecentArticlesByAuthor(authorSlug, this.MaxPublishedArticleCount);
 }