コード例 #1
0
 public int InsertShoppingCartItem(WebOrderItems woItem)
 {
     return(BusinessObjectManager.InsertShoppingCartItem(woItem));
 }