AwesomeSauce.AggRootProcessor.isEntity C# (CSharp) Method

isEntity() private method

private isEntity ( Type type ) : bool
type System.Type
return bool
        bool isEntity(Type type)
        {
            return true;
        }