Beispiel #1
0
 public List <Candidatura> ObterTodos()
 {
     return(_repository.ObterTodos(null, i => i.Pessoa, i => i.Vaga).ToList());
 }