예제 #1
0
 public int UpdateShoppingCartItem(WebOrderItems woItem)
 {
     return(BusinessObjectManager.UpdateShoppingCartItem(woItem));
 }