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