示例#1
0
 public bool SaveSubtopicOrder(List <CourseSubtopic> data)
 {
     return(LearningPathDataAccessor.SaveSubtopicOrder(data));
 }