Ejemplo n.º 1
0
 public static void AddToCart(int id, int prodId, int price)
 {
     ItemDAO.AddToCart(id, prodId, price);
 }