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