Exemplo n.º 1
0
        public IHttpActionResult GetAllWithChildren()
        {
            CategoryLogic categ = new CategoryLogic();

            return(Ok(categ.RetrieveAllWithChildren()));
        }