//------------------------------------------------------------------------------ // // 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 CoreSavingLibrary.WcfNDivavg { 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_divsrv_det", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_divsrv_det : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_listField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_lon_conField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_masterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_methpayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_shr_dayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_shr_mthField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_statementField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [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_list { get { return this.xml_listField; } set { if ((object.ReferenceEquals(this.xml_listField, value) != true)) { this.xml_listField = value; this.RaisePropertyChanged("xml_list"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_lon_con { get { return this.xml_lon_conField; } set { if ((object.ReferenceEquals(this.xml_lon_conField, value) != true)) { this.xml_lon_conField = value; this.RaisePropertyChanged("xml_lon_con"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_master { get { return this.xml_masterField; } set { if ((object.ReferenceEquals(this.xml_masterField, value) != true)) { this.xml_masterField = value; this.RaisePropertyChanged("xml_master"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_methpay { get { return this.xml_methpayField; } set { if ((object.ReferenceEquals(this.xml_methpayField, value) != true)) { this.xml_methpayField = value; this.RaisePropertyChanged("xml_methpay"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_shr_day { get { return this.xml_shr_dayField; } set { if ((object.ReferenceEquals(this.xml_shr_dayField, value) != true)) { this.xml_shr_dayField = value; this.RaisePropertyChanged("xml_shr_day"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_shr_mth { get { return this.xml_shr_mthField; } set { if ((object.ReferenceEquals(this.xml_shr_mthField, value) != true)) { this.xml_shr_mthField = value; this.RaisePropertyChanged("xml_shr_mth"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_statement { get { return this.xml_statementField; } set { if ((object.ReferenceEquals(this.xml_statementField, value) != true)) { this.xml_statementField = value; this.RaisePropertyChanged("xml_statement"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_divsrv_proc", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_divsrv_proc : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_lonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_optionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_option_lntypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reportField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_shrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_shr_stmField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_lon { get { return this.xml_lonField; } set { if ((object.ReferenceEquals(this.xml_lonField, value) != true)) { this.xml_lonField = value; this.RaisePropertyChanged("xml_lon"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_option { get { return this.xml_optionField; } set { if ((object.ReferenceEquals(this.xml_optionField, value) != true)) { this.xml_optionField = value; this.RaisePropertyChanged("xml_option"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_option_lntype { get { return this.xml_option_lntypeField; } set { if ((object.ReferenceEquals(this.xml_option_lntypeField, value) != true)) { this.xml_option_lntypeField = value; this.RaisePropertyChanged("xml_option_lntype"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_report { get { return this.xml_reportField; } set { if ((object.ReferenceEquals(this.xml_reportField, value) != true)) { this.xml_reportField = value; this.RaisePropertyChanged("xml_report"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_shr { get { return this.xml_shrField; } set { if ((object.ReferenceEquals(this.xml_shrField, value) != true)) { this.xml_shrField = value; this.RaisePropertyChanged("xml_shr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_shr_stm { get { return this.xml_shr_stmField; } set { if ((object.ReferenceEquals(this.xml_shr_stmField, value) != true)) { this.xml_shr_stmField = value; this.RaisePropertyChanged("xml_shr_stm"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_divsrv_req", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_divsrv_req : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string reqdoc_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detail_refrainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_listField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_optionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_rptField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_rpt_sqlField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string reqdoc_no { get { return this.reqdoc_noField; } set { if ((object.ReferenceEquals(this.reqdoc_noField, value) != true)) { this.reqdoc_noField = value; this.RaisePropertyChanged("reqdoc_no"); } } } [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_refrain { get { return this.xml_detail_refrainField; } set { if ((object.ReferenceEquals(this.xml_detail_refrainField, value) != true)) { this.xml_detail_refrainField = value; this.RaisePropertyChanged("xml_detail_refrain"); } } } [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"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_option { get { return this.xml_optionField; } set { if ((object.ReferenceEquals(this.xml_optionField, value) != true)) { this.xml_optionField = value; this.RaisePropertyChanged("xml_option"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_rpt { get { return this.xml_rptField; } set { if ((object.ReferenceEquals(this.xml_rptField, value) != true)) { this.xml_rptField = value; this.RaisePropertyChanged("xml_rpt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_rpt_sql { get { return this.xml_rpt_sqlField; } set { if ((object.ReferenceEquals(this.xml_rpt_sqlField, value) != true)) { this.xml_rpt_sqlField = value; this.RaisePropertyChanged("xml_rpt_sql"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_divsrv_oper", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_divsrv_oper : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string sql_select_listField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string sql_select_reportField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_listField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_optionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reportField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string sql_select_list { get { return this.sql_select_listField; } set { if ((object.ReferenceEquals(this.sql_select_listField, value) != true)) { this.sql_select_listField = value; this.RaisePropertyChanged("sql_select_list"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string sql_select_report { get { return this.sql_select_reportField; } set { if ((object.ReferenceEquals(this.sql_select_reportField, value) != true)) { this.sql_select_reportField = value; this.RaisePropertyChanged("sql_select_report"); } } } [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_list { get { return this.xml_listField; } set { if ((object.ReferenceEquals(this.xml_listField, value) != true)) { this.xml_listField = value; this.RaisePropertyChanged("xml_list"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_option { get { return this.xml_optionField; } set { if ((object.ReferenceEquals(this.xml_optionField, value) != true)) { this.xml_optionField = value; this.RaisePropertyChanged("xml_option"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_report { get { return this.xml_reportField; } set { if ((object.ReferenceEquals(this.xml_reportField, value) != true)) { this.xml_reportField = value; this.RaisePropertyChanged("xml_report"); } } } 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(Namespace="http://tempurl.org", ConfigurationName="WcfNDivavg.n_divavg")] public interface n_divavg { [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_test", ReplyAction="http://tempurl.org/n_divavg/of_testResponse")] string of_test(string as_test); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_memdet_methpay", ReplyAction="http://tempurl.org/n_divavg/of_save_memdet_methpayResponse")] short of_save_memdet_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_det astr_divsrv_det); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_prc_methpay_opt", ReplyAction="http://tempurl.org/n_divavg/of_prc_methpay_optResponse")] short of_prc_methpay_opt(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_proc astr_divsrv_proc); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_reqchg", ReplyAction="http://tempurl.org/n_divavg/of_init_reqchgResponse")] short of_init_reqchg(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_methpay_ccl", ReplyAction="http://tempurl.org/n_divavg/of_init_methpay_cclResponse")] short of_init_methpay_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_slip_grp", ReplyAction="http://tempurl.org/n_divavg/of_init_slip_grpResponse")] short of_init_slip_grp(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_slip_ccl", ReplyAction="http://tempurl.org/n_divavg/of_init_slip_cclResponse")] short of_init_slip_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_slip", ReplyAction="http://tempurl.org/n_divavg/of_init_slipResponse")] short of_init_slip(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_detail", ReplyAction="http://tempurl.org/n_divavg/of_init_detailResponse")] short of_init_detail(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_det astr_divsrv_det); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_memdet_methpay", ReplyAction="http://tempurl.org/n_divavg/of_init_memdet_methpayResponse")] short of_init_memdet_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_det astr_divsrv_det); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_slip", ReplyAction="http://tempurl.org/n_divavg/of_save_slipResponse")] short of_save_slip(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_slip_ccl", ReplyAction="http://tempurl.org/n_divavg/of_save_slip_cclResponse")] short of_save_slip_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_slip_grp", ReplyAction="http://tempurl.org/n_divavg/of_save_slip_grpResponse")] short of_save_slip_grp(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_methpay_ccl", ReplyAction="http://tempurl.org/n_divavg/of_save_methpay_cclResponse")] short of_save_methpay_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_reqchg", ReplyAction="http://tempurl.org/n_divavg/of_save_reqchgResponse")] short of_save_reqchg(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_init_methpay", ReplyAction="http://tempurl.org/n_divavg/of_init_methpayResponse")] short of_init_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_divavg/of_save_methpay", ReplyAction="http://tempurl.org/n_divavg/of_save_methpayResponse")] short of_save_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface n_divavgChannel : CoreSavingLibrary.WcfNDivavg.n_divavg, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class n_divavgClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNDivavg.n_divavg { public n_divavgClient() { } public n_divavgClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public n_divavgClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_divavgClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_divavgClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string of_test(string as_test) { return base.Channel.of_test(as_test); } public short of_save_memdet_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_det astr_divsrv_det) { return base.Channel.of_save_memdet_methpay(as_wspass, ref astr_divsrv_det); } public short of_prc_methpay_opt(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_proc astr_divsrv_proc) { return base.Channel.of_prc_methpay_opt(as_wspass, ref astr_divsrv_proc); } public short of_init_reqchg(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req) { return base.Channel.of_init_reqchg(as_wspass, ref astr_divsrv_req); } public short of_init_methpay_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req) { return base.Channel.of_init_methpay_ccl(as_wspass, ref astr_divsrv_req); } public short of_init_slip_grp(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper) { return base.Channel.of_init_slip_grp(as_wspass, ref astr_divavg_oper); } public short of_init_slip_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper) { return base.Channel.of_init_slip_ccl(as_wspass, ref astr_divavg_oper); } public short of_init_slip(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper) { return base.Channel.of_init_slip(as_wspass, ref astr_divavg_oper); } public short of_init_detail(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_det astr_divsrv_det) { return base.Channel.of_init_detail(as_wspass, ref astr_divsrv_det); } public short of_init_memdet_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_det astr_divsrv_det) { return base.Channel.of_init_memdet_methpay(as_wspass, ref astr_divsrv_det); } public short of_save_slip(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper) { return base.Channel.of_save_slip(as_wspass, ref astr_divavg_oper); } public short of_save_slip_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper) { return base.Channel.of_save_slip_ccl(as_wspass, ref astr_divavg_oper); } public short of_save_slip_grp(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_oper astr_divavg_oper) { return base.Channel.of_save_slip_grp(as_wspass, ref astr_divavg_oper); } public short of_save_methpay_ccl(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req) { return base.Channel.of_save_methpay_ccl(as_wspass, ref astr_divsrv_req); } public short of_save_reqchg(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req) { return base.Channel.of_save_reqchg(as_wspass, ref astr_divsrv_req); } public short of_init_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req) { return base.Channel.of_init_methpay(as_wspass, ref astr_divsrv_req); } public short of_save_methpay(string as_wspass, ref CoreSavingLibrary.WcfNDivavg.str_divsrv_req astr_divsrv_req) { return base.Channel.of_save_methpay(as_wspass, ref astr_divsrv_req); } } }