public BlackJackShoeService(Deck deck) : base(deck)
 {
 }
예제 #2
0
 protected ShoeService(Deck deck) : this(new[] { deck }) { }