Exemplo n.º 1
0
 public void RemoveComment(Coment coment)
 {
     comments.Remove(coment);
 }
Exemplo n.º 2
0
 public void AddComment(Coment coment)
 {
     comments.Add(coment);
 }