コード例 #1
0
ファイル: CustomerService.cs プロジェクト: janeth182/ISIL
 public string ProcessCustomer(ValidationHOL.BusinessLogic.Customer customer, string notes)
 {
     return(base.Channel.ProcessCustomer(customer, notes));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <string> ProcessCustomerAsync(ValidationHOL.BusinessLogic.Customer customer, string notes)
 {
     return(base.Channel.ProcessCustomerAsync(customer, notes));
 }