Example #1
0
 public void RemoveComment(Comment comment)
 {
     this.Comments.Remove(comment);
 }
Example #2
0
 public void AddComment(Comment comment)
 {
     this.Comments.Add(comment);
 }