LocateBranchWithCodeImpl constructor

LocateBranchWithCodeImpl(
  1. BranchRepository _repository,
  2. FindEstablishmentById _findEstablishmentById
)

Implementation

LocateBranchWithCodeImpl(
  this._repository,
  this._findEstablishmentById,
);