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