Пример #1
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.GoogleNews));
 }
Пример #2
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.PressTrustOfIndia));
 }
Пример #3
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.Internal));
 }