示例#1
0
 /// <summary>
 /// 获取顶级地区集合
 /// </summary>
 public IEnumerable <Discipline> GetRoots()
 {
     return(disciplineRepository.GetRoots());
 }