Esempio n. 1
0
        public static IList <CategoryInfo> ListAllSubCatById(int[] ids)
        {
            var list = CategoryManage.ListAllSubCatById(ids);

            foreach (var item in list)
            {
                LoadExtionsion(item);
            }
            return(list);
        }