Ejemplo n.º 1
0
 public InstalacionCEN(IInstalacionCAD _IInstalacionCAD)
 {
     this._IInstalacionCAD = _IInstalacionCAD;
 }
Ejemplo n.º 2
0
 public InstalacionCEN()
 {
     this._IInstalacionCAD = new InstalacionCAD ();
 }