Example #1
0
 public List <MenuNode> GetTree(string systemType)
 {
     return(menuDAL.GetTree(systemType));
 }