Ejemplo n.º 1
0
 public static IList <VideoInfo> ListWithoutPage(int topCount = 10)
 {
     return(VideoManage.ListWithoutPage(topCount));
 }