Fibinger Ádám
2019-03-12 12abae6da924cb33858fbc9948fdf7a181e2038c
commit | author | age
94fead 1 package hu.unr.fiber.cardapi.interfaces;
2
3 import java.util.List;
4
5 public interface CardListBoundaryInterface {
6     public List<CardInterface> getCardList();
7 }