Posts by Max • 39 points
4 posts
-
1
votes1
answer286
views -
0
votes1
answer286
views -
1
votes0
answers20
viewsQ: Recover Ienumerable Value in Post
Good morning, I created a request for help on this before and it was marked as duplicate and some who tried to help me, but I think they misunderstood what I’m struggling with. I have these two…
-
1
votes1
answer430
viewsQ: Retrieve Ienumerable values from View
I have a table/model called Itemtabelapreco: public class ItemTabelaPreco { public string Nome { get; set; } public decimal ValorUnitario { get; set; } public int QtdPacote { get; set; } public…