Beispiel #1
0
 /*
  * Pre:  The currTeacherId must exist in the system.
  * Post: The name of the teacher with a teacher id of
  *       currTeacherId is returned.
  */
 public string getCurrTeacher()
 {
     return(DbInterfaceContact.GetContactName(currTeacherId));
 }