Beispiel #1
0
 public PacienteCEN(IPacienteCAD _IPacienteCAD)
 {
     this._IPacienteCAD = _IPacienteCAD;
 }
Beispiel #2
0
 public PacienteCEN()
 {
     this._IPacienteCAD = new PacienteCAD();
 }