Ejemplo n.º 1
0
 public void DeleteComment(CommuityTopicComment comment)
 {
     this.context.CommuityTopicComments.Remove(comment);
 }
Ejemplo n.º 2
0
 public void CreateComment(CommuityTopicComment comment)
 {
     this.context.CommuityTopicComments.Add(comment);
 }