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