Beispiel #1
0
 public System.Threading.Tasks.Task <AppService.UploadOTImageResponse> UploadOTImageAsync(byte[] contents, string filename, long adjudicacionId)
 {
     AppService.UploadOTImageRequest inValue = new AppService.UploadOTImageRequest();
     inValue.contents       = contents;
     inValue.filename       = filename;
     inValue.adjudicacionId = adjudicacionId;
     return(((AppService.AppServiceSoap)(this)).UploadOTImageAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <AppService.UploadOTImageResponse> AppService.AppServiceSoap.UploadOTImageAsync(AppService.UploadOTImageRequest request)
 {
     return(base.Channel.UploadOTImageAsync(request));
 }