0
I’m making an appointment where I have one array of situations ex: 1, 2, 3 in the query I have to filter through these situations, follow my code.
var array = GetSituacoes();
var lista = bll.Query(p => p.Contrato.PessoaFisica.ID == SessionControl.PessoaFisica.ID);
I have to filter the list by the situations that are in array, grateful to all for your time.