BlogBackend/internal/application/commands/delete_user_command.go
2025-09-16 13:26:27 +04:00

7 lines
99 B
Go

package commands
import "github.com/google/uuid"
type DeleteUserCommand struct {
Id uuid.UUID
}