示例#1
0
        public ActionResult Create(Cast cast)
        {
            // save this information tocast Table

            _castService.UpdateToCastTable(cast);
            return(View());
        }