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