public System.IAsyncResult BeginAddComment(yardSaleWCF.commentWCF comment, System.AsyncCallback callback, object asyncState) { return(base.Channel.BeginAddComment(comment, callback, asyncState)); }
public bool AddComment(yardSaleWCF.commentWCF comment) { return(base.Channel.AddComment(comment)); }