示例#1
0
 public Topic GetTopic(int id)
 {
     return(_CurriculumStorage.GetTopic(id));
 }