コード例 #1
0
 public System.Threading.Tasks.Task <ServiceReference1.Comment> UpdateCommentAsync(ServiceReference1.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: denisghiuzan1/DotNetLabs
 public System.Threading.Tasks.Task <bool> AMDCommentAsync(ServiceReference1.Post post, ServiceReference1.Comment comment)
 {
     return(base.Channel.AMDCommentAsync(post, comment));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(ServiceReference1.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }