示例#1
0
 public System.Threading.Tasks.Task <DotNetSfs.Ws.Sunat.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile, string partyType)
 {
     DotNetSfs.Ws.Sunat.sendBillRequest inValue = new DotNetSfs.Ws.Sunat.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((DotNetSfs.Ws.Sunat.billService)(this)).sendBillAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <DotNetSfs.Ws.Sunat.sendBillResponse> DotNetSfs.Ws.Sunat.billService.sendBillAsync(DotNetSfs.Ws.Sunat.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }