Ejemplo n.º 1
0
 public float getGradeInCourse(Course c)
 {
     return(SettingDatabase.GetGradeOfStudentInCourse(this, c));
 }