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