9 lines
178 B
Plaintext

@startuml
class EmployeeRole {
+ Id : int <<get>> <<set>>
+ Role : string <<get>> <<set>>
+ TenantId : int <<get>> <<set>>
}
EmployeeRole --> "Tenant" Tenant
@enduml