AwesomeSauce.AggRootProcessor.isEntity C# (CSharp) Méthode

isEntity() private méthode

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