コード例 #1
0
 public System.Threading.Tasks.Task <Sofka.Automation.Test.BusinessComponent.LoanService.LoanRequestResponse> LoanRequestAsync(Sofka.Automation.Test.BusinessComponent.LoanService.LoanRequestRequest request)
 {
     return(base.Channel.LoanRequestAsync(request));
 }
コード例 #2
0
 public Sofka.Automation.Test.BusinessComponent.LoanService.LoanRequestResponse LoanRequest(Sofka.Automation.Test.BusinessComponent.LoanService.LoanRequestRequest request)
 {
     return(base.Channel.LoanRequest(request));
 }