Beispiel #1
0
 public System.Threading.Tasks.Task <Documentos.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile, string partyType)
 {
     Documentos.sendPackRequest inValue = new Documentos.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((Documentos.billService)(this)).sendPackAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <Documentos.sendPackResponse> Documentos.billService.sendPackAsync(Documentos.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }