Test Unitaire équipe
continuous-integration/drone/push Build is failing Details

pull/26/head
AUGUSTIN_100 3 years ago
parent 449e3deef5
commit 3be9927135

@ -25,7 +25,7 @@ namespace BowlingLib.Model
{
this.nom = nom;
if ( joueurs != null && joueurs.Count > 0)
if ( joueurs != null && Joueurs.Count > 0)
{
foreach (Joueur nouv in joueurs) AjouterJoueur(nouv);
}

Loading…
Cancel
Save