コード例 #1
0
 public List <CategoryVideo> GetAll()
 {
     return(_repository.GetAll());
 }
コード例 #2
0
ファイル: VideoServices.cs プロジェクト: xuanla87/cucdisan
 public IEnumerable <CategoryVideo> GetAll()
 {
     return(_categoryVideoRepository.GetAll().OrderBy(x => x.parentId));
 }