示例#1
0
 /// <inheritdoc/>
 public ClientResponse <RESTVoid> DeleteConsent(Guid?consentId)
 {
     return(client.DeleteConsentAsync(consentId).GetAwaiter().GetResult());
 }