Beispiel #1
0
 /// <summary>
 /// 含有子分类
 /// </summary>
 public bool HasChild(int id)
 {
     return(dal.HasChild(id));
 }