Ejemplo n.º 1
0
        public ActionResult Details(int id)
        {
            var data = repo.GetMovieById(id);

            return(View(data));
        }