Fibinger Ádám
2019-03-12 c4d8396bde66ac81731b267747c524c0d9fe98c6
commit | author | age
94fead 1 package hu.unr.fiber.cardapi.interfaces;
2
3 public interface CardCreateInterface {
12abae 4     public CardInterface create(CardInterface card) throws Exception;
94fead 5 }