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