示例#1
0
 public ActionResult Create(Cast cast)
 {
     // save this information to cast Table
     _castService.Add(cast);
     return(RedirectToAction("Index"));
     //return View();
 }