public FiltroLateralServiceController(BDNVTContext context, ILoteRepository loteRepository, IAreaRepository areaRepository, IDelegacaoRepository delegacaoRepository, ILoteCondominioRepository loteCondominioRepository, ILotePcoRepository lotePcoRepository) { _context = context; _loteRepository = loteRepository; _areaRepository = areaRepository; _delegacaoRepository = delegacaoRepository; _lotePcoRepository = lotePcoRepository; _loteCondominioRepository = loteCondominioRepository; }
public CondEnderecoController(BDNVTContext context, IVisitaEnderecoRepository visitaEnderecoRepository, IMotivoRejeicao motivoRejeicaoRepository, IAreaRepository areaRepository, ICondominioLoteAtivo condominioRepository, ILoteRepository loteRepository, IExcelExportVisitaEnderecoCondominio exportaExcelVisitaEndereco, ILoteCondominioRepository loteCondominioRepository ) { _context = context; _visitaEnderecoRepository = visitaEnderecoRepository; _motivoRejeicaoRepository = motivoRejeicaoRepository; _areaRepository = areaRepository; _loteRepository = loteRepository; _condominioRepository = condominioRepository; _exportaExecelVisitaEndereco = exportaExcelVisitaEndereco; _loteCondominioRepository = loteCondominioRepository; }