This commit is contained in:
Parpaillax
2024-05-02 12:05:55 +02:00
18 changed files with 105 additions and 13426 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;