public PacienteService(IRepositoryPaciente repository)
 {
     this.repository = repository;
 }
Exemplo n.º 2
0
 public ServicePaciente(IRepositoryPaciente repositoryPaciente)
     : base(repositoryPaciente)
 {
     this.repositoryPaciente = repositoryPaciente;
 }