Esempio n. 1
0
 public void RemoveComment(Comment coment)
 {
     Comments.Remove(coment);
 }
Esempio n. 2
0
 public void AddComment(Comment coment)
 {
     Comments.Add(coment);
 }