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