Ejemplo n.º 1
0
 public AdjuntoCEN(IAdjuntoCAD _IAdjuntoCAD)
 {
     this._IAdjuntoCAD = _IAdjuntoCAD;
 }
Ejemplo n.º 2
0
 public AdjuntoCEN()
 {
     this._IAdjuntoCAD = new AdjuntoCAD();
 }