GetEstablishmentSettingsImpl constructor

GetEstablishmentSettingsImpl(
  1. SettingsRepository _repository,
  2. FindEstablishmentById _findEstablishmentById,
  3. GetLoggedUserToken _getLoggedUserToken
)

Implementation

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