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