예제 #1
0
파일: Entity.cs 프로젝트: grae22/Roadmap
        //-------------------------------------------------------------------------

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