예제 #1
0
        public virtual void Materialize(DocumentHeaderResponse response, HttpResponseMessage httpResponse)
        {
            _failedResponseMaterializer.Materialize(response, httpResponse);

            SetMissingIdFromRequestUri(response, httpResponse);
        }
        public virtual void Materialize <T>(EntityResponse <T> response, HttpResponseMessage httpResponse) where T : class
        {
            _failedResponseMaterializer.Materialize(response, httpResponse);

            SetMissingIdFromRequestUri(response, httpResponse);
        }