Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Laborator6_PostComment.Comment> UpdateCommentAsync(Laborator6_PostComment.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(Laborator6_PostComment.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }
Ejemplo n.º 3
0
 public Laborator6_PostComment.Comment UpdateComment(Laborator6_PostComment.Comment newComment)
 {
     return(base.Channel.UpdateComment(newComment));
 }
Ejemplo n.º 4
0
 public bool AddComment(Laborator6_PostComment.Comment comment)
 {
     return(base.Channel.AddComment(comment));
 }