Exemplo n.º 1
0
 public SubscriptionManager(IResourceProviderStore store)
 {
     this.store             = store;
     this.tenantCacheClient = FullTenantCacheClient.GetClient(true);
 }
Exemplo n.º 2
0
 public AccountManager(IResourceProviderStore store)
 {
     this.store             = store;
     this.tenantCacheClient = FullTenantCacheClient.GetClient(true);
 }