This commit is contained in:
Parpaillax
2024-04-30 09:00:59 +02:00
parent 2791df65ea
commit ed8a5939a2
11 changed files with 89 additions and 11 deletions

View File

@@ -4,5 +4,6 @@ import fr.eni.enchere.bo.Retrait;
public interface RetraitRepository {
Retrait findById(int id);
Retrait findByNumArticle(int idArticle);
void save(Retrait retrait);
}