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