コード例 #1
0
 public void DeleteTopicByTopicId(long topicId)
 {
     _db.Remove(GetTopicByTopicId(topicId));
 }