Example #1
0
 public List <NewsItem> getCustomFeeds()
 {
     return(newsRepository.GetAllCustomNewsItems());
 }