Beispiel #1
0
 protected virtual AttachmentResponse ProcessAttachmentResponse(HttpResponseMessage response)
 {
     return(AttachmentResponseFactory.Create(response));
 }