public OrderRepository()
        {
            zuoraClient = new ZuoraClient("*****@*****.**", "@ncent3r@!", "");
            //flexeraClient = new FlexeraClient("*****@*****.**", "@Ncent3r@!");

            //azureClient = new AzureStorageTableClient();
            // azureClient.CreateTableIfNotExist(OrderAzureContainer);
        }
Beispiel #2
0
 public ZuoraSubscription(string userName, string password, string endPointUrl)
 {
     zuoraClient = new ZuoraClient(userName, password, endPointUrl);
 }