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