Beispiel #1
0
 /*
  * Pre:
  * Post: Determines whether or not the contact is associated with
  *       any students
  * @returns true if there are associated students and false otherwise
  */
 public bool hasStudents()
 {
     return(DbInterfaceContact.ContactHasStudents(id));
 }