예제 #1
0
 public Task <IList <Feed> > GetRssFeed()
 {
     return(rssFeedService.GetRssFeedAsync());
 }