Ejemplo n.º 1
0
 // GET: Rss
 public ActionResult Index()
 {
     return(View(RssParser.GetRss()));
 }