package hu.unr.fiber.cardapi.interfaces; import java.util.List; public interface CardListBoundaryInterface { public List getCardList(); }