示例#1
0
        public Response PostTemplate(QMXF qmxf)
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_referenceDataProvider.PostTemplate(qmxf));
        }