Ejemplo n.º 1
0
 public void RemoveComment(Comment comment)
 {
     comments.Remove(comment);
 }
Ejemplo n.º 2
0
 public void AddComment(Comment comment)
 {
     comments.Add(comment);
 }