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