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