Ejemplo n.º 1
0
        public IList getCategory()
        {
            IList category = new List <OrgCategory>();
            var   cate     = dataContext.sp_GetOrgCategory();

            category = cate.ToList();
            return(category);
        }