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