TransferImpl constructor

TransferImpl(
  1. PointsRepository _repository,
  2. FindEstablishmentById _findEstablishmentById,
  3. GetUser _getUser
)

Implementation

TransferImpl(
  this._repository,
  this._findEstablishmentById,
  this._getUser,
);