예제 #1
0
 public CkGraphRuleEngine(ICkCache ckCache, ITenantRepositoryInternal tenantRepository)
 {
     _ckCache          = ckCache;
     _tenantRepository = tenantRepository;
 }
예제 #2
0
 public TenantContext(string dataSource, ITenantRepositoryInternal tenantRepository, ICkCache ckCache)
 {
     TenantId           = dataSource;
     InternalRepository = tenantRepository;
     CkCache            = ckCache;
 }