public AnuncioCEN(IAnuncioCAD _IAnuncioCAD) { this._IAnuncioCAD = _IAnuncioCAD; }
public AnuncioCEN() { this._IAnuncioCAD = new AnuncioCAD(); }