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