Esempio n. 1
0
 // GET: RelatedEvents
 public ActionResult Index()
 {
     return(View(_provider.GetRelatedEvents()));
 }
Esempio n. 2
0
 // GET: RelatedEvents
 public ActionResult Index()
 {
     return(View("~/Views/Events/RelatedEvents/Index.cshtml", _provider.GetRelatedEvents()));
 }