PersonaService constructor

PersonaService(
  1. PersonaRepository _repository
)

Constructor for the PersonaService Uses the PersonaRepository to get the Personas

Implementation

PersonaService(this._repository);