DeleteDeliveryAddressImpl constructor

DeleteDeliveryAddressImpl(
  1. DeliveryAddressRepository _repository,
  2. GetLoggedUserToken _getLoggedUserToken,
  3. FindEstablishmentById _findEstablishmentById,
  4. GetLoggedUserId _getLoggedUserId,
)

Implementation

DeleteDeliveryAddressImpl(
  this._repository,
  this._getLoggedUserToken,
  this._findEstablishmentById,
  this._getLoggedUserId,
);