Beispiel #1
0
 public DataTable GetTableCartInfoByProductId(int orderID, int productID)
 {
     CartInfoDAO cartInfoDAO = new CartInfoDAO();
     return cartInfoDAO.GetTableCartInfoByProductId(orderID, productID);
 }