multi-tenant implementierung
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace timetracker.Shared;
|
||||
|
||||
public class TenantInfo
|
||||
{
|
||||
public bool IsTenant { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Subdomain { get; set; }
|
||||
public bool IsApproved { get; set; }
|
||||
public string? PrimaryColor { get; set; }
|
||||
public string? SecondaryColor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user