예제 #1
0
 public Task SaveTopicAsync(Topic topic)
 {
     return(_db.SaveTopicAsync(topic));
 }