8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
@startuml
|
|
interface ICommand {
|
|
execute() : void
|
|
undo() : void
|
|
toDTO() : CommandDTO
|
|
}
|
|
@enduml
|