public BlackJackShoeService(Deck deck) : base(deck)
 {
 }
Esempio n. 2
0
 protected ShoeService(Deck deck) : this(new[] { deck }) { }