Exemplo n.º 1
0
            public void Read(getEnterpriseOrders_result structs, Protocol iprot)
            {
                if (true)
                {
                    vipapis.account.EnterpriseOrderResponse value;

                    value = new vipapis.account.EnterpriseOrderResponse();
                    vipapis.account.EnterpriseOrderResponseHelper.getInstance().Read(value, iprot);

                    structs.SetSuccess(value);
                }



                Validate(structs);
            }
Exemplo n.º 2
0
 public void SetSuccess(vipapis.account.EnterpriseOrderResponse value)
 {
     this.success_ = value;
 }