예제 #1
0
 public PlayGame(IDeckCollection deckCollection, Constants constants)
 {
     this.deckCollection = deckCollection;
     this.constants      = constants;
 }
예제 #2
0
 public DeckCollectionManager(IDeckCollection deckCollection, ICardFactory cardFactory, Constants contants)
 {
     this.deckCollection = deckCollection;
     this.cardFactory    = cardFactory;
     this.contants       = contants;
 }