Example #1
0
 /*
  * Pre: The entered student must exist in the system
  * Post: The district audition information is retrieved
  * @param student is the student associated with the audition
  */
 private void getAssociatedDistrictAudition(Student student)
 {
     districtAudition = DbInterfaceStudentAudition.GetStudentDistrictAuditionFromStateAudition(auditionId, student);
 }