Exemplo n.º 1
0
 private double View_ReturnCartProductPrice(int arg)
 {
     return(cart.ReturnProductFromCart(arg).Price);
 }