Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> insertCommentAsync(ForumInterface.CommentReference.comment newComment)
 {
     return(base.Channel.insertCommentAsync(newComment));
 }
Ejemplo n.º 2
0
 public string insertComment(ForumInterface.CommentReference.comment newComment)
 {
     return(base.Channel.insertComment(newComment));
 }