Add Tenant Id
This commit is contained in:
@@ -4,6 +4,7 @@ namespace AMREZ.EOP.Domain.Entities.Tenancy;
|
||||
|
||||
public sealed class TenantConfig
|
||||
{
|
||||
public Guid TenantId { get; set; } = Guid.NewGuid();
|
||||
public string TenantKey { get; set; } = default!;
|
||||
public string? Schema { get; set; }
|
||||
public string? ConnectionString { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user