public MunicipalityTaxController(IMunicipalityTaxRepository municipalityTaxRepository, MunicipalityTaxParser municipalityTaxParser, IEndDateService endDateService)
 {
     this.municipalityTaxRepository = municipalityTaxRepository;
     this.municipalityTaxParser     = municipalityTaxParser;
     this.endDateService            = endDateService;
 }
Example #2
0
 public MunicipalityTaxParser(IEndDateService endDateService)
 {
     this.endDateService = endDateService;
 }