コード例 #1
0
 public System.Threading.Tasks.Task <FiitCustomerService.getCustomerByEmailResponse> getCustomerByEmailAsync(string email)
 {
     FiitCustomerService.getCustomerByEmailRequest inValue = new FiitCustomerService.getCustomerByEmailRequest();
     inValue.email = email;
     return(((FiitCustomerService.CustomerPortType)(this)).getCustomerByEmailAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <FiitCustomerService.getCustomerByEmailResponse> FiitCustomerService.CustomerPortType.getCustomerByEmailAsync(FiitCustomerService.getCustomerByEmailRequest request)
 {
     return(base.Channel.getCustomerByEmailAsync(request));
 }