public System.Threading.Tasks.Task UpdateAsync(SimpleSocialNetwork.WebUI.CommentServiceReference.CommentDto entity)
 {
     return(base.Channel.UpdateAsync(entity));
 }
 public void Update(SimpleSocialNetwork.WebUI.CommentServiceReference.CommentDto entity)
 {
     base.Channel.Update(entity);
 }