Beispiel #1
0
 public void DeleteCommentary(ServiceReferenceLate.CommentaryDTO commentary)
 {
     base.Channel.DeleteCommentary(commentary);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task DeleteCommentaryAsync(ServiceReferenceLate.CommentaryDTO commentary)
 {
     return(base.Channel.DeleteCommentaryAsync(commentary));
 }
Beispiel #3
0
 public ServiceReferenceLate.CommentaryDTO CreateCommentary(ServiceReferenceLate.CommentaryDTO commentary)
 {
     return(base.Channel.CreateCommentary(commentary));
 }