Beispiel #1
0
 public AdjuntoCEN(IAdjuntoCAD _IAdjuntoCAD)
 {
     this._IAdjuntoCAD = _IAdjuntoCAD;
 }
Beispiel #2
0
 public AdjuntoCEN()
 {
     this._IAdjuntoCAD = new AdjuntoCAD();
 }