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