patch fin projet v1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user