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