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