Exemplo n.º 1
0
 public MunicipalityTaxesService(IMunicipalityTaxesRepository repo)
 {
     this._repository = repo;
 }
 public MunicipalityTaxesService(IMunicipalityTaxesRepository taxesRepository, IMunicipalitiesRepository municipalitiesRepository)
 {
     _taxesRepository          = taxesRepository;
     _municipalitiesRepository = municipalitiesRepository;
 }