コード例 #1
0
        // GET: Actor
        public ActionResult Index()
        {
            var actors = mgr.GetActors();

            return(View(actors));
        }