示例#1
0
文件: Entity.cs 项目: grae22/Roadmap
        //-------------------------------------------------------------------------

        public bool AddDependency(Entity dependency)
        {
            return(Relationships.AddDependency(this, dependency));
        }