Esempio n. 1
0
 public string sendSummary(string fileName, byte[] contentFile)
 {
     SunatFE.Sunat.sendSummaryRequest inValue = new SunatFE.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     SunatFE.Sunat.sendSummaryResponse retVal = ((SunatFE.Sunat.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
Esempio n. 2
0
 SunatFE.Sunat.sendSummaryResponse SunatFE.Sunat.billService.sendSummary(SunatFE.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }