public PessoaCurriculoAppService() { _context = new RecursosHumanosContext(); _pessoaCurriculoRepository = new PessoaCurriculoRepository(_context); _recrutamentoRepository = new RecrutamentoRepository(_context); _demissaoRepository = new DemissaoRepository(_context); }
public DadosRelatorioAppService() { _context = new RecursosHumanosContext(); _pessoaCurriculoRepository = new PessoaCurriculoRepository(_context); _recrutamentoRepository = new RecrutamentoRepository(_context); _producaoApiService = new ProducaoApiService(); _marketingApiService = new MarketingApiService(); _financeiroApiService = new FinanceiroApiService(); _todosOsDados = new List <DadosRelatoriosViewModel>(); }