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