Beispiel #1
0
 public void RemoveComents(Coment comment)
 {
     Coments.Remove(comment);
 }
Beispiel #2
0
 public void AddComent(Coment comment)
 {
     Coments.Add(comment);
 }