7 lines
112 B
Plaintext

@startuml
class EmployeeDetails {
+ ProjectId : int <<get>> <<set>>
}
Employee <|-- EmployeeDetails
@enduml