示例#1
0
 public List <string> GetTutorIDs()
 {
     return(DatabaseManager.GetTutorIDsForSubject(subjectID));
 }