Beispiel #1
0
 public void DeleteTopic(int id)
 {
     _topicRepo.DeleteItemById(id);
     _topicRepo.SaveChanges();
 }