コード例 #1
0
        public Entities GetSubClasses(string id)
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_referenceDataProvider.GetSubClasses(id, null));
        }