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