public BlogRepository() { _blogs = BloggerInitializer.GetBlogs(); }
public ArticleRepository() { _articles = BloggerInitializer.GetAllArticles(); }