Example #1
0
 public Task <Topic> GetTopicAsync(int id)
 {
     return(_db.GetTopicAsync(id));
 }