Example #1
0
 internal TragedyCalculator(Performance aPerformance, Play aPlay) : base(aPerformance, aPlay)
 {
 }
Example #2
0
 internal EnrichedPerformance(Performance aPerformance, Play play)
     : base(aPerformance.PlayId, aPerformance.Audience)
 {
     Play = play;
 }
Example #3
0
 internal PerformanceCalculator(Performance aPerformance, Play aPlay)
 {
     Performance = aPerformance;
     Play        = aPlay;
 }