Exemple #1
0
 public List <MenuNode> GetTreeByID(string mainMenuID)
 {
     return(menuDAL.GetTreeByID(mainMenuID));
 }