Ejemplo n.º 1
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.GoogleNews));
 }
Ejemplo n.º 2
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.PressTrustOfIndia));
 }
Ejemplo n.º 3
0
 public IEnumerable <News> GetNews()
 {
     return(MockNewsData.GetStaticNews(Source.Internal));
 }