Exemplo n.º 1
0
 public void RemoveComents(Coment comment)
 {
     Coments.Remove(comment);
 }
Exemplo n.º 2
0
 public void AddComent(Coment comment)
 {
     Coments.Add(comment);
 }