Пример #1
0
 public void RemoveComment(string nickname, string password, string commentID)
 {
     Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentRequest inValue = new Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentRequest();
     inValue.nickname  = nickname;
     inValue.password  = password;
     inValue.commentID = commentID;
     Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentResponse retVal = ((Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpGet)(this)).RemoveComment(inValue);
 }
Пример #2
0
 Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentResponse Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpGet.RemoveComment(Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentRequest request)
 {
     return(base.Channel.RemoveComment(request));
 }