Exemplo n.º 1
0
 public async Task <Fax> SendFaxAsync(FaxSendOptions sendOptions, RequestOptions requestOptions = null, CancellationToken ct = default)
 {
     return(await this.CreateEntityAsync(sendOptions, requestOptions, ct).ConfigureAwait(false));
 }
Exemplo n.º 2
0
 public Fax SendFax(FaxSendOptions sendOptions, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(sendOptions, requestOptions));
 }