Posts by user34200 • 21 points
1 post
-
2
votes1
answer189
viewsQ: How can I make a MVC lambda filter
I’m making a simple filter, and show the data on the page. The code I’m using is this: mt.ModelItens = db.Forecast .Where(f => (f.CanalForecast.area == idArea && f.CanalForecast.despesa…