public LigneCommandController() { ligneCommandService = new LigneCommandService(); panierService = new PanierService(); serviceProduit = new ProductService(); panier = PanierController.Instance(); }
public LigneCommandBackController() { ligneCommandService = new LigneCommandService(); productService = new ProductService(); }
public LigneCommandsApiController() { ligneCommandService = new LigneCommandService(); }