Fibinger Ádám
2019-03-11 94fead6be729cfb23b657d853c5499709a3d27c4
commit | author | age
94fead 1 package hu.unr.fiber.cardapi.interfaces;
2
3 import hu.unr.fiber.cardapi.hibernate.CardNotFoundException;
4
5 public interface CardDeleteInterface {
6     public void delete(long id) throws CardNotFoundException;
7 }