public RegisteredCoursesAgainstSingleStudent()
 {
     student = new Student();
     session = new Session();
     year = new Year((int?)null,null);
     term = new Term((int?)null, null);
 }
Ejemplo n.º 2
0
 public static Term getAllMapping()
 {
     Term term = new Term(null, "(All)");
     return term;
 }