Example #1
0
 public LigneCommandController()
 {
     ligneCommandService = new LigneCommandService();
     panierService       = new PanierService();
     serviceProduit      = new ProductService();
     panier = PanierController.Instance();
 }
Example #2
0
 public LigneCommandBackController()
 {
     ligneCommandService = new LigneCommandService();
     productService      = new ProductService();
 }
Example #3
0
 public LigneCommandsApiController()
 {
     ligneCommandService = new LigneCommandService();
 }