コード例 #1
0
ファイル: Reference.cs プロジェクト: sunasis/facturacionTIS
 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));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: sunasis/facturacionTIS
 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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: sunasis/facturacionTIS
 System.Threading.Tasks.Task <FacturacionElectronica.Homologacion.ClientService.sendSummaryResponse> FacturacionElectronica.Homologacion.ClientService.billService.sendSummaryAsync(FacturacionElectronica.Homologacion.ClientService.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: sunasis/facturacionTIS
 FacturacionElectronica.Homologacion.ClientService.sendSummaryResponse FacturacionElectronica.Homologacion.ClientService.billService.sendSummary(FacturacionElectronica.Homologacion.ClientService.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }