multi-tenant implementierung
This commit is contained in:
@@ -4,6 +4,7 @@ public class VacationDay
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int UserId { get; set; }
|
||||
public int? TenantId { get; set; }
|
||||
public DateOnly Date { get; set; }
|
||||
public string? Note { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user