Beispiel #1
0
 public Task DeleteTopicAsync(Topic topic)
 {
     return(_db.DeleteTopicAsync(topic));
 }