コード例 #1
0
 public ActionResult Index()
 {
     return(View(provider.GetRelatedEvents()));
 }
コード例 #2
0
 // GET: RelatedEvents
 public ActionResult Index()
 {
     return(PartialView("~/Views/RelatedEvents/Index.cshtml", _provider.GetRelatedEvents()));
 }