Ejemplo n.º 1
0
 public RollEvaluationService(IDiceRollerGateway diceRoller)
 {
     this.diceRoller = diceRoller;
 }
 public IndividualTreasureService(IDiceRollerGateway diceRoller, IRollEvaluationService rollEvaluationService)
 {
     this.diceRoller            = diceRoller;
     this.rollEvaluationService = rollEvaluationService;
 }