Beispiel #1
0
 public Topic GetTopicById(int id)
 {
     return(manager.GetTopicWithId(id));
 }