SendCouponImpl constructor

SendCouponImpl(
  1. CouponRepository _repository,
  2. GetLoggedUserToken _getLoggedUserToken,
  3. FindEstablishmentById _findEstablishmentById
)

Implementation

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