9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
@startuml
|
|
class ApplicationUser {
|
|
+ Role : string <<get>> <<set>>
|
|
+ TenantId : int <<get>> <<set>>
|
|
+ IsRootUser : bool? <<get>> <<set>>
|
|
}
|
|
IdentityUser <|-- ApplicationUser
|
|
@enduml
|