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