Exemple #1
0
 public Dealer(PokerTable pokerTable, CardDeck cardDeck)
 {
     _pokerTable = pokerTable;
     _cardDeck   = cardDeck;
 }