From 449e3deef56a9f8e2d0370a42be25a10bfd5126c Mon Sep 17 00:00:00 2001 From: AUGUSTIN_100 Date: Sun, 2 Oct 2022 23:16:48 +0200 Subject: [PATCH] =?UTF-8?q?Test=20Unitaire=20=C3=A9quipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/BowlingLib/Model/Equipe.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/BowlingLib/Model/Equipe.cs b/Sources/BowlingLib/Model/Equipe.cs index 589d70b..1ad3786 100644 --- a/Sources/BowlingLib/Model/Equipe.cs +++ b/Sources/BowlingLib/Model/Equipe.cs @@ -11,8 +11,7 @@ namespace BowlingLib.Model public class Equipe { private string nom; - private List joueurs; - private List Joueurs { get; private set; } + public List Joueurs { get; private set; } public string Nom { get { return nom; }