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