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