package hu.unr.fiber.cardapi.interfaces; public interface CardByIdInterface { public CardInterface getCardById(long id) throws Exception; }