Exemplo n.º 1
0
 public PacienteCEN(IPacienteCAD _IPacienteCAD)
 {
     this._IPacienteCAD = _IPacienteCAD;
 }
Exemplo n.º 2
0
 public PacienteCEN()
 {
     this._IPacienteCAD = new PacienteCAD();
 }