Ejemplo n.º 1
0
 public List <string> ListVideos()
 {
     _listCache ??= _service.ListVideos();
     return(_listCache);
 }
Ejemplo n.º 2
0
 public void RenderListPanel()
 {
     var videos = _service.ListVideos();
 }