package hu.unr.fiber.cardapi.interfaces; public interface CardModifyInterface { public CardInterface update(long id, CardInterface card) throws Exception; }