Beispiel #1
0
        public Entities GetAllSuperClasses(string id)
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_referenceDataProvider.GetAllSuperClasses(id));
        }