Exemplo n.º 1
0
 public static DataTestCasesService TestCases(this DataClient dataClient)
 {
     return(new DataTestCasesService(dataClient.AccountId));
 }
Exemplo n.º 2
0
 public static DataAccountsService Accounts(this DataClient dataClient)
 {
     return(new DataAccountsService(dataClient.AccountId));
 }