Posts by Rafael A. M. S. • 109 points
1 post
-
0
votes2
answers63
viewsA: How can I make a "tender" expression in a simpler way
You can reduce the condition of your "Where" to inside Firstordefault in this way: var notaComp = notasFiltradas?.FirstOrDefault(x => x.TipoAvaliacao ==…