示例#1
0
        bool IModelInspector.IsRootEntity(System.Type type)
        {
            bool declaredResult = declaredModel.IsRootEntity(type);

            return(isRootEntity(type, declaredResult));
        }