Example #1
0
 public void DeleteComment(Recipe2.Comment comment)
 {
     base.Channel.DeleteComment(comment);
 }
Example #2
0
 public Recipe2.Comment SubmitComment(Recipe2.Comment comment)
 {
     return(base.Channel.SubmitComment(comment));
 }