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