Example #1
0
 public System.Threading.Tasks.Task <APU.Presentacion.WS_BETA.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile, string partyType)
 {
     APU.Presentacion.WS_BETA.sendPackRequest inValue = new APU.Presentacion.WS_BETA.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((APU.Presentacion.WS_BETA.billService)(this)).sendPackAsync(inValue));
 }
Example #2
0
 public string sendPack(string fileName, byte[] contentFile, string partyType)
 {
     APU.Presentacion.WS_BETA.sendPackRequest inValue = new APU.Presentacion.WS_BETA.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     APU.Presentacion.WS_BETA.sendPackResponse retVal = ((APU.Presentacion.WS_BETA.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
Example #3
0
 System.Threading.Tasks.Task <APU.Presentacion.WS_BETA.sendPackResponse> APU.Presentacion.WS_BETA.billService.sendPackAsync(APU.Presentacion.WS_BETA.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
Example #4
0
 APU.Presentacion.WS_BETA.sendPackResponse APU.Presentacion.WS_BETA.billService.sendPack(APU.Presentacion.WS_BETA.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }