Ejemplo n.º 1
0
        public async Task <bool> CriarPlaylistItem(CriarPlaylistItemParametro criarPlaylistItemParametro)
        {
            var negocio = new YoutubeNegocio();

            return(await negocio.CriarPlaylistItem(criarPlaylistItemParametro));
        }
Ejemplo n.º 2
0
        public async Task <string> CriarPlaylist(CriarPlaylistParametro criarPlaylistParametro)
        {
            var negocio = new YoutubeNegocio();

            return(await negocio.CriarPlaylist(criarPlaylistParametro));
        }