TransferImpl constructor
TransferImpl(
- PointsRepository _repository,
- FindEstablishmentById _findEstablishmentById,
- GetUser _getUser
Implementation
TransferImpl(
this._repository,
this._findEstablishmentById,
this._getUser,
);