public OrderRepository() { zuoraClient = new ZuoraClient("*****@*****.**", "@ncent3r@!", ""); //flexeraClient = new FlexeraClient("*****@*****.**", "@Ncent3r@!"); //azureClient = new AzureStorageTableClient(); // azureClient.CreateTableIfNotExist(OrderAzureContainer); }
public ZuoraSubscription(string userName, string password, string endPointUrl) { zuoraClient = new ZuoraClient(userName, password, endPointUrl); }