Exemple #1
0
 public MultiTenantService(IHttpContextAccessor accessor, ITenantsStore <TTenant> store, ITenantIdentificationService <TTenant> service, ITenantDbContextStrategyService strategyService)
     : this(accessor, store, service)
 {
     _strategyService = strategyService;
 }
Exemple #2
0
 public MultiTenantService(ITenantDbContextStrategyService strategyService, ITenant tenant)
 {
     _strategyService = strategyService;
     CurrentTenant    = tenant;
 }