Ejemplo n.º 1
0
 public System.IAsyncResult BeginAddComment(yardSaleWCF.commentWCF comment, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginAddComment(comment, callback, asyncState));
 }
Ejemplo n.º 2
0
 public bool AddComment(yardSaleWCF.commentWCF comment)
 {
     return(base.Channel.AddComment(comment));
 }