Beispiel #1
0
 public static bool EstNoire(this Carte carte)
 {
     return(carte.EstJoker() || carte.EstSuperJoker());
 }