Exemplo n.º 1
0
 public void RemoveComent(Comments coment)
 {
     Comments.Remove(coment);
 }
Exemplo n.º 2
0
 public void AddComent(Comments coment)
 {
     Comments.Add(coment);
 }