Inheritance: IContext
Exemple #1
0
        public void Process(Type type)
        {
            if (!isEntity(type)) return;

            var cxt = new RootContext();
            processType(cxt, null, type);
        }