multi-tenant implementierung
This commit is contained in:
@@ -4,4 +4,5 @@ public class UserInfo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Username { get; set; } = "";
|
||||
public bool IsTenantAdmin { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user