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