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