update article + retrait

This commit is contained in:
Parpaillax
2024-04-30 12:17:59 +02:00
parent 36952b957f
commit d13ad65102
11 changed files with 194 additions and 30 deletions

View File

@@ -38,8 +38,8 @@ public class ArticleServiceImpl implements ArticleService{
}
@Override
public void updateArticle(int id) {
public int updateArticle(Article article) {
return articleRepository.updateArticle(article);
}
@Override