Posts by Jonathan Gonçalves • 1 point
2 posts
-
0
votes1
answer45
viewsA: Doubt when searching for items with Entity
I decided otherwise. public Static List Buscaritensporvendaid() { Return ctx.Vendas.Tolist(); } Just pull up the whole table and deal with it in the view'…
-
0
votes1
answer45
viewsQ: Doubt when searching for items with Entity
Guys, I have to pick up all the sales items concretized. Every item is recorded with a CART in a sale, in the sales table I have the CART. How do I get all these items? I made this code: public…