Fibinger Ádám
2019-03-12 12abae6da924cb33858fbc9948fdf7a181e2038c
commit | author | age
94fead 1 package hu.unr.fiber.cardapi.interfaces;
2
3 public interface CardByIdInterface {
4     public CardInterface getCardById(long id) throws Exception;
5 }