Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <APU.Presentacion.WS_BETA.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile, string partyType)
 {
     APU.Presentacion.WS_BETA.sendSummaryRequest inValue = new APU.Presentacion.WS_BETA.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((APU.Presentacion.WS_BETA.billService)(this)).sendSummaryAsync(inValue));
 }
Ejemplo n.º 2
0
 public string sendSummary(string fileName, byte[] contentFile, string partyType)
 {
     APU.Presentacion.WS_BETA.sendSummaryRequest inValue = new APU.Presentacion.WS_BETA.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     APU.Presentacion.WS_BETA.sendSummaryResponse retVal = ((APU.Presentacion.WS_BETA.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <APU.Presentacion.WS_BETA.sendSummaryResponse> APU.Presentacion.WS_BETA.billService.sendSummaryAsync(APU.Presentacion.WS_BETA.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
Ejemplo n.º 4
0
 APU.Presentacion.WS_BETA.sendSummaryResponse APU.Presentacion.WS_BETA.billService.sendSummary(APU.Presentacion.WS_BETA.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }