package hu.unr.fiber.cardapi.interfaces; public interface CardDeleteInterface { public void delete(long id) throws CardNotFoundException; }