GetBalanceImpl constructor

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

Implementation

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