Exemple #1
0
 public IEnumerable <BlogPost> Get()
 {
     return(_blogPostRepository.GetApprovedPostsByDate().Take(5));
 }