Example #1
0
 public List <MenuItemModel> GetMenuItemList(string UserMenuList)
 {
     try { return(CDal.GetMenuItemList(UserMenuList)); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }