Beispiel #1
0
 public void RemoveComment(Comment comment)
 {
     Comments.Remove(comment);
 }
Beispiel #2
0
 public void AddComments(Comment comment)
 {
     Comments.Add(comment);
 }