11 lines
240 B
Plaintext

@startuml
class WorkShift {
+ Id : int <<get>> <<set>>
+ Name : string <<get>> <<set>>
+ TenantId : int <<get>> <<set>>
}
WorkShift --> "StartTime" TimeOnly
WorkShift --> "EndTime" TimeOnly
WorkShift --> "Tenant" Tenant
@enduml