Beispiel #1
0
 public VideoFolder SortList(SortType sorttype, VideoFolder parent)
 {
     return(GetSortService.SortList(sorttype, parent));
 }