Exemplo n.º 1
0
        public VersionInfo GetVersion()
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_referenceDataProvider.GetVersion());
        }