示例#1
0
        public ActionResult Index()
        {
            var casts = _castService.GetAllCasts();

            return(View(casts));
        }