Exemplo n.º 1
0
 public RelationshipCEN(IRelationshipCAD _IRelationshipCAD)
 {
     this._IRelationshipCAD = _IRelationshipCAD;
 }
Exemplo n.º 2
0
 public RelationshipCEN()
 {
     this._IRelationshipCAD = new RelationshipCAD();
 }