Esempio n. 1
0
 /**
  * Finds a user for a given contact id.
  *
  * @param int $contactId
  *
  * @return UserInterface
  */
 public function findUserByContact($contactId)
 {
     return $this->userRepository->findUserByContact($contactId);
 }