Ejemplo n.º 1
0
 public System.Threading.Tasks.Task AddCommentCommentAsync(System.Guid commentId, Lab6.Wcf.Contracts.CommentDto commentDto)
 {
     return(base.Channel.AddCommentCommentAsync(commentId, commentDto));
 }
Ejemplo n.º 2
0
 public void AddCommentComment(System.Guid commentId, Lab6.Wcf.Contracts.CommentDto commentDto)
 {
     base.Channel.AddCommentComment(commentId, commentDto);
 }