Exemplo n.º 1
0
        public void UpdateCommunityVideosOnDisk()
        {
            // Initialize a new service
            var service = new CommunityVideosService();

            service.UpdateYouTubePlaylistVideos(CommunityVideosConstants.Playlists.UmbraCoffeePlaylistId);
        }
Exemplo n.º 2
0
        public void UpdateCommunityVideosOnDisk()
        {
            // Initialize a new service
            var service = new CommunityVideosService();

            service.UpdateYouTubePlaylistVideos();
        }
Exemplo n.º 3
0
 public VideoController()
 {
     _videoService = new CommunityVideosService();
 }