Пример #1
0
 protected virtual BulkResponse ProcessBulkResponse(HttpResponseMessage response)
 {
     return(BulkReponseFactory.Create(response));
 }