示例#1
0
        public Entities GetEntityTypes()
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_referenceDataProvider.GetEntityTypes());
        }