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

@@ -36,7 +36,8 @@ public class ArticleController {
private RetraitService retraitService;
private EnchereService enchereService;
public ArticleController(ArticleService articleService, UserService userService, CategorieService categorieService, RetraitService retraitService, EnchereService enchereService) {
public ArticleController(ArticleService articleService, UserService userService, CategorieService categorieService,
RetraitService retraitService, EnchereService enchereService) {
this.articleService = articleService;
this.userService = userService;
this.categorieService = categorieService;