Fibinger Ádám
2019-03-11 94fead6be729cfb23b657d853c5499709a3d27c4
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 }