Exemplo n.º 1
0
 /*
  * Pre:  All attributes must have values
  * Post: A new audition is added to the database
  */
 private void addNewAudition()
 {
     DbInterfaceAudition.AddNewAudition(this);
 }