Ejemplo n.º 1
0
 /// <summary>
 /// 获取树形结构的菜单列表
 /// </summary>
 public List <MenuNodeInfo> GetTree(string systemType)
 {
     return(menuDal.GetTree(systemType));
 }