Ejemplo n.º 1
0
        public IList <SPP_ChildCategoriesOfParent_Result> GetAllCats(int id, int language)
        {
            //return all children category
            List <SPP_ChildCategoriesOfParent_Result> children = null;

            children = db.SPP_ChildCategoriesOfParent(id, language).ToList();
            return(children);
        }