Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <FiitCustomerService.getCustomerByIdResponse> getCustomerByIdAsync(int id)
 {
     FiitCustomerService.getCustomerByIdRequest inValue = new FiitCustomerService.getCustomerByIdRequest();
     inValue.id = id;
     return(((FiitCustomerService.CustomerPortType)(this)).getCustomerByIdAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <FiitCustomerService.getCustomerByIdResponse> FiitCustomerService.CustomerPortType.getCustomerByIdAsync(FiitCustomerService.getCustomerByIdRequest request)
 {
     return(base.Channel.getCustomerByIdAsync(request));
 }