public PlannedRunReadyResponse PlannedRunReadyRequest(PlannedRunReadyRequest request, IRequestOptions options = null)
 {
     return WebClient.Send(request, options);
 }
Ejemplo n.º 2
0
 public PlannedRunReadyResponse PlannedRunReadyRequest(PlannedRunReadyRequest request, IRequestOptions options = null)
 {
     return(WebClient.Send(request, options));
 }