示例#1
0
 public void DeleteComment(CommuityTopicComment comment)
 {
     this.context.CommuityTopicComments.Remove(comment);
 }
示例#2
0
 public void CreateComment(CommuityTopicComment comment)
 {
     this.context.CommuityTopicComments.Add(comment);
 }