I have an object with a list that will return me 3 or more items. I pass this object like this:
var jsonObjs = JSON.stringify(arrayObj);
alert(jsonObjs);
CarregaNotas(jsonObjs);
functionCarregaNotas(notas){jQuery.ajax({type:"POST",
url: "/Expedicao/Minuta/GeraNotas",
dataType: "json",
data: notas,
success: function (data) {
}
});
}
});
}
How to get this list in the controller and pass or sweep in the Model? For each item I will have to add an "And" or "In" in the "Select"