I have a query that returns a list like this:
var list = db.Comentario.Where(d => d.GrupoTrabalhoId == Id).OrderByDescending(s => s.DataComentario).ToList();
After this query, it will return me among other things the user id, I would...
asked by
04.12.2018 / 19:27