package hu.unr.fiber.cardapi.entity; public interface CardByIdInterface { public CardEntityInterface getCardById(long id); }