Пример #1
0
 public ActionResult Create(Show show)
 {
     showrepository.Create(show);
     return(RedirectToAction("Index"));
 }