InsertPunctuableQrCodeImpl constructor

InsertPunctuableQrCodeImpl(
  1. PointsRepository _repository,
  2. FindEstablishmentById _findEstablishmentById,
  3. GetLoggedUserToken _userToken
)

Implementation

InsertPunctuableQrCodeImpl(
    this._repository, this._findEstablishmentById, this._userToken);