コード例 #1
0
 public HostTenantIdentificationService(TenantMapping tenants)
 {
     this._tenants = tenants;
 }
コード例 #2
0
 public HostTenantIdentificationService(IConfiguration configuration)
 {
     this._tenants = configuration.GetTenantMapping();
 }