GetPointsRuleImpl constructor

GetPointsRuleImpl(
  1. PointsRepository _repository,
  2. FindEstablishmentById _findEstablishmentById
)

Implementation

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