示例#1
0
 public DupeOrderInfo CheckForRecentDupeOrder(Order_V01 order, int shoppingCartID)
 {
     return(OrderProvider.CheckForRecentDupeOrder(order, shoppingCartID));
 }