示例#1
0
 public System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile, string partyType)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.sendPackRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).sendPackAsync(inValue));
 }
示例#2
0
 public string sendPack(string fileName, byte[] contentFile, string partyType)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.sendPackRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     ErickOrlando.FirmadoSunatWin.Sunat.sendPackResponse retVal = ((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
示例#3
0
 System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.sendPackResponse> ErickOrlando.FirmadoSunatWin.Sunat.billService.sendPackAsync(ErickOrlando.FirmadoSunatWin.Sunat.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
示例#4
0
 ErickOrlando.FirmadoSunatWin.Sunat.sendPackResponse ErickOrlando.FirmadoSunatWin.Sunat.billService.sendPack(ErickOrlando.FirmadoSunatWin.Sunat.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }