Esempio n. 1
0
 public bool InsertCustomerData(BankApplication.DataManagementService.CustDetail customerDetail)
 {
     return(base.Channel.InsertCustomerData(customerDetail));
 }
Esempio n. 2
0
 public bool AddCustomerDetail(BankApplication.DataManagementService.CustDetail customerDetail)
 {
     return(base.Channel.AddCustomerDetail(customerDetail));
 }