personneNCote, tarificationDssF4);
CartItemInscription cartItemInscription4 = new CartItemInscription(
composantInscription4);
cartNCote1.add(cartItemInscription4, getRabaisEvenementService());
cartNCote2.add(new CartItemArticle(personneNCote, new Article(
choixAmeneAmi)), getRabaisEvenementService());
cartNCote2.add(
new CartItemArticle(personneNCote, new Article(choixBBQ)),
getRabaisEvenementService());
cartNCote2.add(new CartItemArticle(personneNCote, new Article(
choixNavetteLevis)), getRabaisEvenementService());
facture = getFactureService().createFacture(personneNCote, cartNCote2);
completeTransactions(personneNCote, facture);
}