/* * Copyright (c) Andrew Grant of Carrick Software 28/03/2025, 09:58. All rights reserved. * */ package scot.carricksoftware.grants.commands.images; public interface ImageCommand { Long getId(); void setId(Long id); }