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