package hu.unr.fiber.cardapi.interfaces; public interface CardCreateInterface { public CardInterface create(CardInterface card) throws Exception; }