示例#1
0
 public byte[] sendBill(string fileName, byte[] contentFile)
 {
     SunatFE.Sunat.sendBillRequest inValue = new SunatFE.Sunat.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     SunatFE.Sunat.sendBillResponse retVal = ((SunatFE.Sunat.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
示例#2
0
 SunatFE.Sunat.sendBillResponse SunatFE.Sunat.billService.sendBill(SunatFE.Sunat.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }