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

@@ -3,6 +3,6 @@ package fr.eni.enchere.bll;
import fr.eni.enchere.bo.Retrait;
public interface RetraitService {
Retrait retraitByNumarticle(int id);
Retrait findByNumArticle(int id);
void setRetrait(Retrait retrait);
}