コード例 #1
0
 public MigrationProducerAmendmentChargeCalculator(IMigrationEnvironmentAgencyProducerChargeBandCalculator environmentAgencyProducerChargeBandCalculator, IMigrationRegisteredProducerDataAccess registeredProducerDataAccess, IMigrationFetchProducerCharge fetchProducerCharge)
 {
     this.environmentAgencyProducerChargeBandCalculator = environmentAgencyProducerChargeBandCalculator;
     this.registeredProducerDataAccess = registeredProducerDataAccess;
     this.fetchProducerCharge          = fetchProducerCharge;
 }
 public MigrationEnvironmentAgencyProducerChargeBandCalculator(IMigrationFetchProducerCharge fetchProducerCharge, IMigrationRegisteredProducerDataAccess registeredProducerDataAccess)
 {
     this.fetchProducerCharge          = fetchProducerCharge;
     this.registeredProducerDataAccess = registeredProducerDataAccess;
 }