Ejemplo n.º 1
0
        public override Sans_Relation_Where_IsA_WithDescription_OLifEBuilder WithDescription(OLI_LU_RELDESC relationDescription)
        {
            if (_buildReciprocalRelation == null)
            {
                _buildRelation.RelationDescription = relationDescription.Clone();
            }
            else
            {
                _buildReciprocalRelation.RelationDescription = relationDescription.Clone();
            }

            return(this);
        }