Example #1
0
 /*
  * Pre:
  * Post: The audition information is deleted from the database
  * @returns true if the audition is successfully deleted and false otherwise
  */
 public bool deleteFromDatabase()
 {
     return(DbInterfaceStudentAudition.DeleteStudentDistrictAudition(auditionId));
 }