예제 #1
0
 public System.Threading.Tasks.Task <pm.app.SWFacturaElectronica.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile, string partyType)
 {
     pm.app.SWFacturaElectronica.sendPackRequest inValue = new pm.app.SWFacturaElectronica.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((pm.app.SWFacturaElectronica.billService)(this)).sendPackAsync(inValue));
 }
예제 #2
0
 public string sendPack(string fileName, byte[] contentFile, string partyType)
 {
     pm.app.SWFacturaElectronica.sendPackRequest inValue = new pm.app.SWFacturaElectronica.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     pm.app.SWFacturaElectronica.sendPackResponse retVal = ((pm.app.SWFacturaElectronica.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
예제 #3
0
 System.Threading.Tasks.Task <pm.app.SWFacturaElectronica.sendPackResponse> pm.app.SWFacturaElectronica.billService.sendPackAsync(pm.app.SWFacturaElectronica.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
예제 #4
0
 pm.app.SWFacturaElectronica.sendPackResponse pm.app.SWFacturaElectronica.billService.sendPack(pm.app.SWFacturaElectronica.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }