Beispiel #1
0
 public NCR.EAI.Entity.CustomerAccountBeneficiary[] GetCustomerAccountBeneficiary(ref NCR.EAI.Entity.Header header, NCR.EAI.Entity.CustomerAccountBeneficiary customerAccoutBeneficiary, string channelID)
 {
     return(base.Channel.GetCustomerAccountBeneficiary(ref header, customerAccoutBeneficiary, channelID));
 }
Beispiel #2
0
 public bool DeleteCustomerAccountBeneficiary(ref NCR.EAI.Entity.Header header, NCR.EAI.Entity.CustomerAccountBeneficiary customerAcctBeneficary)
 {
     return(base.Channel.DeleteCustomerAccountBeneficiary(ref header, customerAcctBeneficary));
 }
Beispiel #3
0
 public bool UpdateCustomerAccountBeneficiaryDetails(ref NCR.EAI.Entity.Header header, NCR.EAI.Entity.CustomerAccountBeneficiary customerAccountBeneficiary)
 {
     return(base.Channel.UpdateCustomerAccountBeneficiaryDetails(ref header, customerAccountBeneficiary));
 }
Beispiel #4
0
 public void AddCustomerAccountBeneficiary(ref NCR.EAI.Entity.Header header, NCR.EAI.Entity.CustomerAccountBeneficiary CustAcctBeneficiary)
 {
     base.Channel.AddCustomerAccountBeneficiary(ref header, CustAcctBeneficiary);
 }