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