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