Exemplo n.º 1
0
 public System.Threading.Tasks.Task <OpenInvoicePeru.FirmadoSunat.Sunat.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.FirmadoSunat.Sunat.sendPackRequest inValue = new OpenInvoicePeru.FirmadoSunat.Sunat.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.FirmadoSunat.Sunat.billService)(this)).sendPackAsync(inValue));
 }
Exemplo n.º 2
0
 public string sendPack(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.FirmadoSunat.Sunat.sendPackRequest inValue = new OpenInvoicePeru.FirmadoSunat.Sunat.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.FirmadoSunat.Sunat.sendPackResponse retVal = ((OpenInvoicePeru.FirmadoSunat.Sunat.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <OpenInvoicePeru.FirmadoSunat.Sunat.sendPackResponse> OpenInvoicePeru.FirmadoSunat.Sunat.billService.sendPackAsync(OpenInvoicePeru.FirmadoSunat.Sunat.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
Exemplo n.º 4
0
 OpenInvoicePeru.FirmadoSunat.Sunat.sendPackResponse OpenInvoicePeru.FirmadoSunat.Sunat.billService.sendPack(OpenInvoicePeru.FirmadoSunat.Sunat.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }