|
|
@ -23,7 +23,7 @@ Contact::Contact(const Personne& Proprietaire): Proprietaire{Proprietaire} {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief
|
|
|
|
* @brief getter to get propriétaire
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return const Personne&
|
|
|
|
* @return const Personne&
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -32,7 +32,7 @@ const Personne& Contact::getProprio() const {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief
|
|
|
|
* @brief
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param unContact
|
|
|
|
* @param unContact
|
|
|
|
* @return true
|
|
|
|
* @return true
|
|
|
|