Exemple #1
0
 public List <Contato> ObterPorPessoa(int idPessoa)
 {
     return(_repositorioContato.RetornarTodos().Where(x => x.PessoaId == idPessoa).ToList());
 }