Exemplo n.º 1
0
 public async Task ChargePrepaidPhone(IBankingAccount sourceBankingAccount, PrepaidPhone prepaidPhone, decimal amount, CancellationToken cancellationToken = default)
 {
     await ExWrapAsync(async() => await _apiClient.ChargePrepaidPhone(sourceBankingAccount, prepaidPhone, amount, this._tanRequestHandler, cancellationToken));
 }
Exemplo n.º 2
0
 public Task <IApiResult> ChargePrepaidPhone(IBankingAccount sourceBankingAccount, PrepaidPhone prepaidPhone, decimal amount, TanRequestHandler tanRequestHandler, CancellationToken cancellationToken)
 {
     throw new NotImplementedException();
 }