Example #1
0
 public System.Threading.Tasks.Task <OpenInvoicePeru.FirmadoSunat.Sunat.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.FirmadoSunat.Sunat.sendBillRequest inValue = new OpenInvoicePeru.FirmadoSunat.Sunat.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.FirmadoSunat.Sunat.billService)(this)).sendBillAsync(inValue));
 }
Example #2
0
 public byte[] sendBill(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.FirmadoSunat.Sunat.sendBillRequest inValue = new OpenInvoicePeru.FirmadoSunat.Sunat.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.FirmadoSunat.Sunat.sendBillResponse retVal = ((OpenInvoicePeru.FirmadoSunat.Sunat.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Example #3
0
 System.Threading.Tasks.Task <OpenInvoicePeru.FirmadoSunat.Sunat.sendBillResponse> OpenInvoicePeru.FirmadoSunat.Sunat.billService.sendBillAsync(OpenInvoicePeru.FirmadoSunat.Sunat.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Example #4
0
 OpenInvoicePeru.FirmadoSunat.Sunat.sendBillResponse OpenInvoicePeru.FirmadoSunat.Sunat.billService.sendBill(OpenInvoicePeru.FirmadoSunat.Sunat.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }