//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Saving.WcfAgency { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_agent", Namespace="http://schemas.datacontract.org/2004/07/pbservice")] [System.SerializableAttribute()] public partial struct str_agent : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string agentgrp_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal amountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string columnField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string column_nameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short member_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string membgroup_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime recv_dayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string recv_periodField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ref_membnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short rowField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_agentoptionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_addField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_cancelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_groupField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_memField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_movegrpinField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_movegrpoutField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_retadjField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_headField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_listField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string agentgrp_code { get { return this.agentgrp_codeField; } set { if ((object.ReferenceEquals(this.agentgrp_codeField, value) != true)) { this.agentgrp_codeField = value; this.RaisePropertyChanged("agentgrp_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal amount { get { return this.amountField; } set { if ((this.amountField.Equals(value) != true)) { this.amountField = value; this.RaisePropertyChanged("amount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string column { get { return this.columnField; } set { if ((object.ReferenceEquals(this.columnField, value) != true)) { this.columnField = value; this.RaisePropertyChanged("column"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string column_name { get { return this.column_nameField; } set { if ((object.ReferenceEquals(this.column_nameField, value) != true)) { this.column_nameField = value; this.RaisePropertyChanged("column_name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short member_type { get { return this.member_typeField; } set { if ((this.member_typeField.Equals(value) != true)) { this.member_typeField = value; this.RaisePropertyChanged("member_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string membgroup_code { get { return this.membgroup_codeField; } set { if ((object.ReferenceEquals(this.membgroup_codeField, value) != true)) { this.membgroup_codeField = value; this.RaisePropertyChanged("membgroup_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime recv_day { get { return this.recv_dayField; } set { if ((this.recv_dayField.Equals(value) != true)) { this.recv_dayField = value; this.RaisePropertyChanged("recv_day"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string recv_period { get { return this.recv_periodField; } set { if ((object.ReferenceEquals(this.recv_periodField, value) != true)) { this.recv_periodField = value; this.RaisePropertyChanged("recv_period"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ref_membno { get { return this.ref_membnoField; } set { if ((object.ReferenceEquals(this.ref_membnoField, value) != true)) { this.ref_membnoField = value; this.RaisePropertyChanged("ref_membno"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short row { get { return this.rowField; } set { if ((this.rowField.Equals(value) != true)) { this.rowField = value; this.RaisePropertyChanged("row"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_agentoption { get { return this.xml_agentoptionField; } set { if ((object.ReferenceEquals(this.xml_agentoptionField, value) != true)) { this.xml_agentoptionField = value; this.RaisePropertyChanged("xml_agentoption"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail { get { return this.xml_detailField; } set { if ((object.ReferenceEquals(this.xml_detailField, value) != true)) { this.xml_detailField = value; this.RaisePropertyChanged("xml_detail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_add { get { return this.xml_detail_addField; } set { if ((object.ReferenceEquals(this.xml_detail_addField, value) != true)) { this.xml_detail_addField = value; this.RaisePropertyChanged("xml_detail_add"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_cancel { get { return this.xml_detail_cancelField; } set { if ((object.ReferenceEquals(this.xml_detail_cancelField, value) != true)) { this.xml_detail_cancelField = value; this.RaisePropertyChanged("xml_detail_cancel"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_group { get { return this.xml_detail_groupField; } set { if ((object.ReferenceEquals(this.xml_detail_groupField, value) != true)) { this.xml_detail_groupField = value; this.RaisePropertyChanged("xml_detail_group"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_mem { get { return this.xml_detail_memField; } set { if ((object.ReferenceEquals(this.xml_detail_memField, value) != true)) { this.xml_detail_memField = value; this.RaisePropertyChanged("xml_detail_mem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_movegrpin { get { return this.xml_detail_movegrpinField; } set { if ((object.ReferenceEquals(this.xml_detail_movegrpinField, value) != true)) { this.xml_detail_movegrpinField = value; this.RaisePropertyChanged("xml_detail_movegrpin"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_movegrpout { get { return this.xml_detail_movegrpoutField; } set { if ((object.ReferenceEquals(this.xml_detail_movegrpoutField, value) != true)) { this.xml_detail_movegrpoutField = value; this.RaisePropertyChanged("xml_detail_movegrpout"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detail_retadj { get { return this.xml_detail_retadjField; } set { if ((object.ReferenceEquals(this.xml_detail_retadjField, value) != true)) { this.xml_detail_retadjField = value; this.RaisePropertyChanged("xml_detail_retadj"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_head { get { return this.xml_headField; } set { if ((object.ReferenceEquals(this.xml_headField, value) != true)) { this.xml_headField = value; this.RaisePropertyChanged("xml_head"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_list { get { return this.xml_listField; } set { if ((object.ReferenceEquals(this.xml_listField, value) != true)) { this.xml_listField = value; this.RaisePropertyChanged("xml_list"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfAgency.IAgency")] public interface IAgency { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/Initadjustreceive", ReplyAction="http://tempuri.org/IAgency/InitadjustreceiveResponse")] int Initadjustreceive(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SaveAdjustReceive", ReplyAction="http://tempuri.org/IAgency/SaveAdjustReceiveResponse")] int SaveAdjustReceive(string wsPass, Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/CalMemMain", ReplyAction="http://tempuri.org/IAgency/CalMemMainResponse")] int CalMemMain(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitMoveGroup", ReplyAction="http://tempuri.org/IAgency/InitMoveGroupResponse")] int InitMoveGroup(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SaveMoveGroup", ReplyAction="http://tempuri.org/IAgency/SaveMoveGroupResponse")] int SaveMoveGroup(string wsPass, Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitCancelRecieve", ReplyAction="http://tempuri.org/IAgency/InitCancelRecieveResponse")] int InitCancelRecieve(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SaveCancelReceive", ReplyAction="http://tempuri.org/IAgency/SaveCancelReceiveResponse")] int SaveCancelReceive(string wsPass, Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/of_initreceivemem", ReplyAction="http://tempuri.org/IAgency/of_initreceivememResponse")] int of_initreceivemem(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/of_savereceivemem", ReplyAction="http://tempuri.org/IAgency/of_savereceivememResponse")] int of_savereceivemem(string wsPass, Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/of_calmemmain", ReplyAction="http://tempuri.org/IAgency/of_calmemmainResponse")] int of_calmemmain(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/of_searchagentmem", ReplyAction="http://tempuri.org/IAgency/of_searchagentmemResponse")] int of_searchagentmem(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/of_initaddreceive", ReplyAction="http://tempuri.org/IAgency/of_initaddreceiveResponse")] int of_initaddreceive(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/of_saveaddreceive", ReplyAction="http://tempuri.org/IAgency/of_saveaddreceiveResponse")] int of_saveaddreceive(string wsPass, Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitAgentMain", ReplyAction="http://tempuri.org/IAgency/InitAgentMainResponse")] int InitAgentMain(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitAgentDetail", ReplyAction="http://tempuri.org/IAgency/InitAgentDetailResponse")] int InitAgentDetail(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitClearAgent", ReplyAction="http://tempuri.org/IAgency/InitClearAgentResponse")] int InitClearAgent(string wsPass, ref Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SaveClearAgent", ReplyAction="http://tempuri.org/IAgency/SaveClearAgentResponse")] int SaveClearAgent(string wsPass, Saving.WcfAgency.str_agent strAgent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/AgentProcess", ReplyAction="http://tempuri.org/IAgency/AgentProcessResponse")] int AgentProcess(string wsPass, string xml_main); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/RunAgentProcess", ReplyAction="http://tempuri.org/IAgency/RunAgentProcessResponse")] int RunAgentProcess(string wsPass, string xml_head, string application, string w_sheet_id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitReceiveGroup", ReplyAction="http://tempuri.org/IAgency/InitReceiveGroupResponse")] string InitReceiveGroup(string wsPass, string xml_head); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/RunSaveRecGroupProcess", ReplyAction="http://tempuri.org/IAgency/RunSaveRecGroupProcessResponse")] int RunSaveRecGroupProcess(string wsPass, string xml_head, string xml_detail, string application, string w_sheet_id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitReceiveGroupMem", ReplyAction="http://tempuri.org/IAgency/InitReceiveGroupMemResponse")] string InitReceiveGroupMem(string wsPass, string xml_head); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/RunSaveRecGroupMemProcess", ReplyAction="http://tempuri.org/IAgency/RunSaveRecGroupMemProcessResponse")] int RunSaveRecGroupMemProcess(string wsPass, string xml_head, string xml_detail, string application, string w_sheet_id, string as_entry_id, string as_machine_id, System.DateTime adtm_adj_time, System.DateTime adtm_system_date); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitReturnReceive", ReplyAction="http://tempuri.org/IAgency/InitReturnReceiveResponse")] string[] InitReturnReceive(string wsPass, string xml_head); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/Cal_MemMain", ReplyAction="http://tempuri.org/IAgency/Cal_MemMainResponse")] string Cal_MemMain(string wsPass, string xml_head, string column_name, decimal amount); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SaveReturnReceive", ReplyAction="http://tempuri.org/IAgency/SaveReturnReceiveResponse")] int SaveReturnReceive(string wsPass, string xml_head, string xml_detail); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SearchChangeMemb", ReplyAction="http://tempuri.org/IAgency/SearchChangeMembResponse")] int SearchChangeMemb(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitReqAgMemb", ReplyAction="http://tempuri.org/IAgency/InitReqAgMembResponse")] int InitReqAgMemb(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/ChgReqAgMemb", ReplyAction="http://tempuri.org/IAgency/ChgReqAgMembResponse")] int ChgReqAgMemb(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/SaveReqAgMemb", ReplyAction="http://tempuri.org/IAgency/SaveReqAgMembResponse")] int SaveReqAgMemb(string wsPass, Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitMembdet", ReplyAction="http://tempuri.org/IAgency/InitMembdetResponse")] int InitMembdet(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAgency/InitMembdet_detail", ReplyAction="http://tempuri.org/IAgency/InitMembdet_detailResponse")] int InitMembdet_detail(string wsPass, ref Saving.WcfAgency.str_agent astr_agent); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IAgencyChannel : Saving.WcfAgency.IAgency, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class AgencyClient : System.ServiceModel.ClientBase, Saving.WcfAgency.IAgency { public AgencyClient() { } public AgencyClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public AgencyClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public AgencyClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public AgencyClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public int Initadjustreceive(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.Initadjustreceive(wsPass, ref strAgent); } public int SaveAdjustReceive(string wsPass, Saving.WcfAgency.str_agent strAgent) { return base.Channel.SaveAdjustReceive(wsPass, strAgent); } public int CalMemMain(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.CalMemMain(wsPass, ref strAgent); } public int InitMoveGroup(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.InitMoveGroup(wsPass, ref strAgent); } public int SaveMoveGroup(string wsPass, Saving.WcfAgency.str_agent strAgent) { return base.Channel.SaveMoveGroup(wsPass, strAgent); } public int InitCancelRecieve(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.InitCancelRecieve(wsPass, ref strAgent); } public int SaveCancelReceive(string wsPass, Saving.WcfAgency.str_agent strAgent) { return base.Channel.SaveCancelReceive(wsPass, strAgent); } public int of_initreceivemem(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.of_initreceivemem(wsPass, ref astr_agent); } public int of_savereceivemem(string wsPass, Saving.WcfAgency.str_agent astr_agent) { return base.Channel.of_savereceivemem(wsPass, astr_agent); } public int of_calmemmain(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.of_calmemmain(wsPass, ref astr_agent); } public int of_searchagentmem(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.of_searchagentmem(wsPass, ref astr_agent); } public int of_initaddreceive(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.of_initaddreceive(wsPass, ref astr_agent); } public int of_saveaddreceive(string wsPass, Saving.WcfAgency.str_agent astr_agent) { return base.Channel.of_saveaddreceive(wsPass, astr_agent); } public int InitAgentMain(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.InitAgentMain(wsPass, ref strAgent); } public int InitAgentDetail(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.InitAgentDetail(wsPass, ref strAgent); } public int InitClearAgent(string wsPass, ref Saving.WcfAgency.str_agent strAgent) { return base.Channel.InitClearAgent(wsPass, ref strAgent); } public int SaveClearAgent(string wsPass, Saving.WcfAgency.str_agent strAgent) { return base.Channel.SaveClearAgent(wsPass, strAgent); } public int AgentProcess(string wsPass, string xml_main) { return base.Channel.AgentProcess(wsPass, xml_main); } public int RunAgentProcess(string wsPass, string xml_head, string application, string w_sheet_id) { return base.Channel.RunAgentProcess(wsPass, xml_head, application, w_sheet_id); } public string InitReceiveGroup(string wsPass, string xml_head) { return base.Channel.InitReceiveGroup(wsPass, xml_head); } public int RunSaveRecGroupProcess(string wsPass, string xml_head, string xml_detail, string application, string w_sheet_id) { return base.Channel.RunSaveRecGroupProcess(wsPass, xml_head, xml_detail, application, w_sheet_id); } public string InitReceiveGroupMem(string wsPass, string xml_head) { return base.Channel.InitReceiveGroupMem(wsPass, xml_head); } public int RunSaveRecGroupMemProcess(string wsPass, string xml_head, string xml_detail, string application, string w_sheet_id, string as_entry_id, string as_machine_id, System.DateTime adtm_adj_time, System.DateTime adtm_system_date) { return base.Channel.RunSaveRecGroupMemProcess(wsPass, xml_head, xml_detail, application, w_sheet_id, as_entry_id, as_machine_id, adtm_adj_time, adtm_system_date); } public string[] InitReturnReceive(string wsPass, string xml_head) { return base.Channel.InitReturnReceive(wsPass, xml_head); } public string Cal_MemMain(string wsPass, string xml_head, string column_name, decimal amount) { return base.Channel.Cal_MemMain(wsPass, xml_head, column_name, amount); } public int SaveReturnReceive(string wsPass, string xml_head, string xml_detail) { return base.Channel.SaveReturnReceive(wsPass, xml_head, xml_detail); } public int SearchChangeMemb(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.SearchChangeMemb(wsPass, ref astr_agent); } public int InitReqAgMemb(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.InitReqAgMemb(wsPass, ref astr_agent); } public int ChgReqAgMemb(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.ChgReqAgMemb(wsPass, ref astr_agent); } public int SaveReqAgMemb(string wsPass, Saving.WcfAgency.str_agent astr_agent) { return base.Channel.SaveReqAgMemb(wsPass, astr_agent); } public int InitMembdet(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.InitMembdet(wsPass, ref astr_agent); } public int InitMembdet_detail(string wsPass, ref Saving.WcfAgency.str_agent astr_agent) { return base.Channel.InitMembdet_detail(wsPass, ref astr_agent); } } }