Exemplo n.º 1
0
 public void SetUp()
 {
     this.service = new BalancedService(Config.ApiKey);
 }
Exemplo n.º 2
0
 public RefundClient(IBalancedService balanceService, IBalancedRest rest)
 {
     this.Service = balanceService;
     this.rest = rest;
 }
Exemplo n.º 3
0
 public CardClient(IBalancedService balanceService, IBalancedRest rest)
 {
     Service = balanceService;
     this.rest = rest;
 }
Exemplo n.º 4
0
 public AccountClient(IBalancedService balanceService, IBalancedRest rest)
 {
     this.Service = balanceService;
     this.rest = rest;
 }
 public MarketplaceClient(IBalancedService balanceService, IBalancedRest rest)
 {
     Service = balanceService;
     this.rest = rest;
 }
 public VerificationClient(IBalancedService balanceService, IBalancedRest rest)
 {
     this.Service = balanceService;
     this.rest = rest;
 }