public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.GoogleNews));
 }
Beispiel #2
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.PressTrustOfIndia));
 }
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.Internal));
 }