public System.Threading.Tasks.Task <KakRaboti.KakRabotiService.Comment> CreateCommentAsync(KakRaboti.KakRabotiService.Comment comment) { return(base.Channel.CreateCommentAsync(comment)); }
public KakRaboti.KakRabotiService.Comment CreateComment(KakRaboti.KakRabotiService.Comment comment) { return(base.Channel.CreateComment(comment)); }