示例#1
0
 public List <SubtopicContent> GetSubtopicContents(int subtopicId)
 {
     return(LearningPathDataAccessor.GetSubtopicContents(subtopicId));
 }