Пример #1
0
 public PacienteService(IRepoPaciente repoPaciente)
 {
     this._repoPaciente = repoPaciente;
 }
Пример #2
0
 public SeguridadService(IRepoUsuario repoUsuario, IRepoPaciente repoPaciente)
 {
     this._repoUsuario  = repoUsuario;
     this._repoPaciente = repoPaciente;
 }