ChangeVoucherStatusImpl constructor

ChangeVoucherStatusImpl(
  1. RescueRepository _repository,
  2. FindEstablishmentById _findEstablishmentById
)

Implementation

ChangeVoucherStatusImpl(
  this._repository,
  this._findEstablishmentById,
);