Exemple #1
0
        public static async Task <DataTable> MostrarPeliculas()
        {
            Peliculas peli = new Peliculas();

            try
            {
                return(await peli.MostrarDatosPeliculas());
            }
            catch (Exception)
            {
                throw new Exception("Ha ocurrido un error");
            }
        }