コード例 #1
0
ファイル: Reference.cs プロジェクト: arty7731/Umbrella
 public System.Threading.Tasks.Task <UmbrellaService.DataLevel.ProxyModel.CommentProxy> CreateCommentAsync(int accountId, UmbrellaService.DataLevel.ProxyModel.CommentProxy comment)
 {
     return(base.Channel.CreateCommentAsync(accountId, comment));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: arty7731/Umbrella
 public UmbrellaService.DataLevel.ProxyModel.CommentProxy CreateComment(int accountId, UmbrellaService.DataLevel.ProxyModel.CommentProxy comment)
 {
     return(base.Channel.CreateComment(accountId, comment));
 }