GetUserImpl constructor

GetUserImpl(
  1. UserRepository _repository,
  2. FindEstablishmentById _findEstablishmentById,
  3. GetLoggedUserToken _getLoggedUserToken
)

Implementation

GetUserImpl(
    this._repository, this._findEstablishmentById, this._getLoggedUserToken);