示例#1
0
 public SubscriptionManager(IResourceProviderStore store)
 {
     this.store             = store;
     this.tenantCacheClient = FullTenantCacheClient.GetClient(true);
 }
示例#2
0
 public AccountManager(IResourceProviderStore store)
 {
     this.store             = store;
     this.tenantCacheClient = FullTenantCacheClient.GetClient(true);
 }