示例#1
0
 public List <Assignment> GetAssignments(int subtopicContentId)
 {
     return(LearningPathDataAccessor.GetAssignments(subtopicContentId));
 }