I have a question with linq. here I consult a group of users, in this case 250 arrive.
var usuarios = _db.usuariosmv10.Where(x => x.campana.Equals(id)).ToList();
So, in the users variable I have a list of 250 users, now that's what I nee...
asked by
29.09.2017 / 21:43