Ejemplo n.º 1
0
 public CutoffBonusCalculator(IProvideTheCutoffClock cutoff)
 {
     _cutoff = cutoff;
 }
Ejemplo n.º 2
0
 public StandardBonusCalculator(IProvideTheCutoffClock cutoffClock)
 {
     _cutoffClock = cutoffClock;
 }