GetRegulationImpl constructor

GetRegulationImpl(
  1. RegulationRepository _repository,
  2. FindEstablishmentById _establishmentById
)

Implementation

GetRegulationImpl(
  this._repository,
  this._establishmentById,
);