package com.opendoorlogistics.api.tables; public interface TableDeleter { void deleteTableById(int tableId); }