Exemplo n.º 1
0
 public BudgetPaginators(BudgetClient client)
 {
     this.client = client;
 }
Exemplo n.º 2
0
 public BudgetWaiters(BudgetClient client)
 {
     this.client = client;
 }