AwesomeSauce.AggRootProcessor.isEntity C# (CSharp) Метод

isEntity() приватный Метод

private isEntity ( Type type ) : bool
type System.Type
Результат bool
        bool isEntity(Type type)
        {
            return true;
        }