示例#1
0
 public void RemoveComment(Comment comment)
 {
     Comments.Remove(comment);
 }
示例#2
0
 public void AddComment(Comment comment)
 {
     Comments.Add(comment);
 }