AwesomeSauce.AggRootProcessor.Process C# (CSharp) Method

Process() public method

public Process ( Type type ) : void
type System.Type
return void
        public void Process(Type type)
        {
            if (!isEntity(type)) return;

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