示例#1
0
        // Gets the amount of money that every movie made and sorts them greatest to least
        internal static object GetTopGrossingMovies()
        {
            string sql = SqlProcedures.GetTopGrossingMovies();

            return(Call(sql));
        }