mirror of https://github.com/abpframework/abp.git
6 changed files with 16 additions and 10 deletions
@ -1,10 +1,10 @@ |
|||||
namespace Volo.Abp.MultiTenancy.ConfigurationStore |
namespace Volo.Abp.MultiTenancy.ConfigurationStore |
||||
{ |
{ |
||||
public class ConfigurationTenantStoreOptions |
public class DefaultTenantStoreOptions |
||||
{ |
{ |
||||
public TenantInfo[] Tenants { get; set; } |
public TenantInfo[] Tenants { get; set; } |
||||
|
|
||||
public ConfigurationTenantStoreOptions() |
public DefaultTenantStoreOptions() |
||||
{ |
{ |
||||
Tenants = new TenantInfo[0]; |
Tenants = new TenantInfo[0]; |
||||
} |
} |
||||
Loading…
Reference in new issue