Пример #1
0
 public List<V_EntityMenu> GetEntityMenuAll()
 {
     using (SysEntityMenuBLL bll = new SysEntityMenuBLL())
     {
         List<V_EntityMenu> menuList = bll.GetEntityMenuAll();
         return menuList.Count() > 0 ? menuList.ToList() : null;
     }
 }