CloudBread Project  2.1.0-stable
Classes | Namespaces
CBUdtMoveGiftController.cs File Reference

Update MemberItems and GiftDepositories table by using gift.
. More...

Classes

class  CloudBread.Controllers.CBUdtMoveGiftController
 

Namespaces

Detailed Description

Update MemberItems and GiftDepositories table by using gift.
.

Author
Dae Woo Kim
Parameters
stringInsertORUpdate - if itemid exists in memberitem inventory, then "UPDATE". if not, "INSERT".
stringGiftDepositoryID
memberitemstable object
Returns
string "2" - affected rows.
See also
uspUdtMoveGift SP, BehaviorID : B22
Todo:
change SP to upsert auto method