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