multi-tenant implementierung
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace timetracker.Shared;
|
||||
|
||||
public class TenantSettingsDto
|
||||
{
|
||||
public string Name { get; set; } = "";
|
||||
public string PrimaryColor { get; set; } = "#0EA5E9";
|
||||
public string SecondaryColor { get; set; } = "#0EA5E9";
|
||||
}
|
||||
Reference in New Issue
Block a user