Exemplo n.º 1
0
 public CartInfo GetCartInfoByProductId(int orderID, int productID)
 {
     CartInfoDAO cartInfoDAO = new CartInfoDAO();
     return cartInfoDAO.GetCartInfoByProductId(orderID, productID);
 }