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