コード例 #1
0
ファイル: Reference.cs プロジェクト: mfcs2017/DotNetSfs
 public System.Threading.Tasks.Task <DotNetSfs.Ws.Sunat.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile, string partyType)
 {
     DotNetSfs.Ws.Sunat.sendPackRequest inValue = new DotNetSfs.Ws.Sunat.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((DotNetSfs.Ws.Sunat.billService)(this)).sendPackAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: mfcs2017/DotNetSfs
 System.Threading.Tasks.Task <DotNetSfs.Ws.Sunat.sendPackResponse> DotNetSfs.Ws.Sunat.billService.sendPackAsync(DotNetSfs.Ws.Sunat.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }