Beispiel #1
0
 public IRequestBuilder AddJsonBody(object json)
 {
     request.AddJsonBody(json);
     return(this);
 }