コード例 #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;
 }