Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Documentos.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile, string partyType)
 {
     Documentos.sendSummaryRequest inValue = new Documentos.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((Documentos.billService)(this)).sendSummaryAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <Documentos.sendSummaryResponse> Documentos.billService.sendSummaryAsync(Documentos.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }