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