コード例 #1
0
ファイル: Reference.cs プロジェクト: AlbertoGWA/NET
 public System.Threading.Tasks.Task <ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType> GetDataUsingDataContractAsync(ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: AlbertoGWA/NET
 public ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType GetDataUsingDataContract(ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }