Ejemplo n.º 1
0
 public EntityCEN(IEntityCAD _IEntityCAD)
 {
     this._IEntityCAD = _IEntityCAD;
 }
Ejemplo n.º 2
0
 public EntityCEN()
 {
     this._IEntityCAD = new EntityCAD();
 }