I have a class Pedido , which has a calculated field, which is the value of the request, consisting of the sum of the items minus the discount.
public class Pedido
{
public ICollection<PedidoItem> Itens { get; set; }
publi...
asked by
25.11.2015 / 14:23