Exemple #1
0
 public System.Collections.Generic.List <BlogPost> GetMainPagePosts()
 {
     //return bData.GetPostsForDay(System.DateTime.Now);
     return(bData.GetPostsForPage(0));
 }