Пример #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);
 }