GetBalanceImpl constructor
GetBalanceImpl(
- PointsRepository _repository,
- FindEstablishmentById _findEstablishmentById,
- GetLoggedUserToken _userToken
Implementation
GetBalanceImpl(
this._repository,
this._findEstablishmentById,
this._userToken,
);