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