예제 #1
0
 public GiftAidCalculatorService(ITaxRateStore taxRateStore)
 {
     this._taxRateStore = taxRateStore;
     this._eventType    = new NoSupplementEvent();
 }
예제 #2
0
 public GiftAidCalculatorService(ITaxRateStore taxRateStore, ISuplementRepository suplementRepository)
 {
     _taxRateStore        = taxRateStore;
     _suplementRepository = suplementRepository;
 }