示例#1
0
        public IEnumerable <Movies> GetMoviesType(int id)
        {
            var moviestype1 = imovies.GetMoviesType(id);

            return(moviestype1);
        }