Ejemplo n.º 1
0
 public Sexo()
 {
     this.DB = new ClinicasEntities();
 }
Ejemplo n.º 2
0
 public Consulta()
 {
     this.DB = new ClinicasEntities();
 }
Ejemplo n.º 3
0
 public TipoSangre()
 {
     this.DB = new ClinicasEntities();
 }
Ejemplo n.º 4
0
 public Paciente() {
     DB = new ClinicasEntities();
 }