예제 #1
0
 public Task PetitionPeerReviewId(string legalId, LegalIdentity identity, string petitionId, string purpose)
 {
     AssertContractsIsAvailable();
     return(contractsClient.PetitionPeerReviewIDAsync(legalId, identity, petitionId, purpose));
 }