public AdjuntoCEN(IAdjuntoCAD _IAdjuntoCAD) { this._IAdjuntoCAD = _IAdjuntoCAD; }
public AdjuntoCEN() { this._IAdjuntoCAD = new AdjuntoCAD(); }