patch fin projet v1

This commit is contained in:
jleroy
2024-05-02 11:57:42 +02:00
parent 8788aecb39
commit 53d7fe5a80
21 changed files with 2226 additions and 40 deletions

View File

@@ -9,4 +9,5 @@ public interface EnchereRepository {
List<Enchere> findByIdUser(int idUser);
List<Enchere> findByIdArticle(int idArticle);
void save(Enchere enchere);
void deleteArticle(int idArticle);
}