FindEstablishmentByIdImpl constructor

FindEstablishmentByIdImpl(
  1. EstablishimentRepository _repository,
  2. BaseConfig _config,
  3. StorageService _storageService
)

Implementation

FindEstablishmentByIdImpl(
  this._repository,
  this._config,
  this._storageService,
);