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