Exemplo n.º 1
0
        public static PremiumAccount CreatePremiumAccount(int accountID, global::WebStack.QA.Test.OData.Containment.Proxy.GiftCard giftCard)
        {
            PremiumAccount premiumAccount = new PremiumAccount();

            premiumAccount.AccountID = accountID;
            if ((giftCard == null))
            {
                throw new global::System.ArgumentNullException("giftCard");
            }
            premiumAccount.GiftCard = giftCard;
            return(premiumAccount);
        }
Exemplo n.º 2
0
 partial void OnGiftCardChanging(global::WebStack.QA.Test.OData.Containment.Proxy.GiftCard value);