コード例 #1
0
 public void WhenISendAPostRequestWithTheFollowingRequestBody(IssueDetails body)
 {
     httpsRequests.AddJsonBody(body);
     httpsRequests.SendRequest();
 }