Exemplo n.º 1
0
        //-------------------------------------------------------------------------

        public bool GetIsDependantOn(Entity entity)
        {
            return(Relationships.GetDoesDependencyExist(this, entity));
        }