Ejemplo n.º 1
0
 public DoencaDAO()
 {
     this.EntidadeContext = new EntidadeContext();
 }
Ejemplo n.º 2
0
 public UsuarioMedicoDAO()
 {
     this.EntidadeContext = new EntidadeContext();
 }