Ejemplo n.º 1
0
 public PacienteService(IRepoPaciente repoPaciente)
 {
     this._repoPaciente = repoPaciente;
 }
Ejemplo n.º 2
0
 public SeguridadService(IRepoUsuario repoUsuario, IRepoPaciente repoPaciente)
 {
     this._repoUsuario  = repoUsuario;
     this._repoPaciente = repoPaciente;
 }