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