Beispiel #1
0
        public CondVisitaController(BDNVTContext context,
                                    ICondVisitasRepository condVisitasRepository, IMotivoRejeicao motivoRejeicaoRepository, IAreaRepository areaRepository,
                                    ICondominioLoteAtivo condominioRepository, ILoteRepository loteRepository, IExcelExportVisitaEnderecoCondominio ExcelExportvisitaEndereco

                                    )

        {
            _context = context;
            _condVisitasRepository     = condVisitasRepository;
            _motivoRejeicaoRepository  = motivoRejeicaoRepository;
            _areaRepository            = areaRepository;
            _loteRepository            = loteRepository;
            _condominioRepository      = condominioRepository;
            _ExcelExportvisitaEndereco = ExcelExportvisitaEndereco;
        }
Beispiel #2
0
        public PcoController(BDNVTContext context, IPcoRepository pcoRepository,
                             IMotivoRejeicao motivoRejeicaoRepository, IAreaRepository areaRepository,
                             ICondominioLoteAtivo condominioRepository, ILoteRepository loteRepository,
                             IExcelExportVisitaEnderecoCondominio exportaExecelVisitaEndereco

                             )

        {
            _pcoRepository               = pcoRepository;
            _context                     = context;
            _motivoRejeicaoRepository    = motivoRejeicaoRepository;
            _areaRepository              = areaRepository;
            _loteRepository              = loteRepository;
            _condominioRepository        = condominioRepository;
            _exportaExecelVisitaEndereco = exportaExecelVisitaEndereco;
        }