@startuml class ApplicationUser { + Role : string <> <> + TenantId : int <> <> + IsRootUser : bool? <> <> } IdentityUser <|-- ApplicationUser @enduml