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