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