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)); }
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); }
System.Threading.Tasks.Task <pm.app.SWFacturaElectronica.sendPackResponse> pm.app.SWFacturaElectronica.billService.sendPackAsync(pm.app.SWFacturaElectronica.sendPackRequest request) { return(base.Channel.sendPackAsync(request)); }
pm.app.SWFacturaElectronica.sendPackResponse pm.app.SWFacturaElectronica.billService.sendPack(pm.app.SWFacturaElectronica.sendPackRequest request) { return(base.Channel.sendPack(request)); }