Esempio n. 1
0
 public System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile, string partyType)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.sendBillRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).sendBillAsync(inValue));
 }
Esempio n. 2
0
 public byte[] sendBill(string fileName, byte[] contentFile, string partyType)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.sendBillRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     ErickOrlando.FirmadoSunatWin.Sunat.sendBillResponse retVal = ((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.sendBillResponse> ErickOrlando.FirmadoSunatWin.Sunat.billService.sendBillAsync(ErickOrlando.FirmadoSunatWin.Sunat.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Esempio n. 4
0
 ErickOrlando.FirmadoSunatWin.Sunat.sendBillResponse ErickOrlando.FirmadoSunatWin.Sunat.billService.sendBill(ErickOrlando.FirmadoSunatWin.Sunat.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }