예제 #1
0
 private double View_ReturnCartProductPrice(int arg)
 {
     return(cart.ReturnProductFromCart(arg).Price);
 }