@Model.Sum( i => i.Subtotal)
Aparece a exception:
Cannot use a lambda expression as an argument to a dynamically dispathed operation without first casting it to a delegate or expression tree type.
@Model.Sum( i => i.Subtotal)
Aparece a exception:
Cannot use a lambda expression as an argument to a dynamically dispathed operation without first casting it to a delegate or expression tree type.
Olá, rcoproc
Como você declarou o @model na view? Se for, o problema é esse.