예제 #1
0
 public System.Threading.Tasks.Task <ERB_IdentificationLetter.updateExistingLetterRequestResponse> updateExistingLetterRequestAsync(ERB_IdentificationLetter.letterRequest letterrequest)
 {
     ERB_IdentificationLetter.updateExistingLetterRequest inValue = new ERB_IdentificationLetter.updateExistingLetterRequest();
     inValue.letterrequest = letterrequest;
     return(((ERB_IdentificationLetter.LetterRequestService)(this)).updateExistingLetterRequestAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <ERB_IdentificationLetter.updateExistingLetterRequestResponse> ERB_IdentificationLetter.LetterRequestService.updateExistingLetterRequestAsync(ERB_IdentificationLetter.updateExistingLetterRequest request)
 {
     return(base.Channel.updateExistingLetterRequestAsync(request));
 }