public void EditComment(string nickname, string password, Next2Friends.Soap2Bin.Interaction.CommentService.WebComment editedComment) { base.Channel.EditComment(nickname, password, editedComment); }
public int AddComment(string nickname, string password, Next2Friends.Soap2Bin.Interaction.CommentService.WebComment newComment) { return(base.Channel.AddComment(nickname, password, newComment)); }