Files
2026-07-21 08:56:10 +03:00

11 lines
256 B
Plaintext

@startuml
class DeleteGroupCommand {
+ DeleteGroupCommand(blocksId:List<string>)
+ DeleteGroupCommand(commandDTO:CommandDTO)
+ execute() : void
+ undo() : void
+ toDTO() : CommandDTO
}
ICommand <|-- DeleteGroupCommand
@enduml