public virtual bool InheritsTemplate()

in generators/app/templates/default/src/Foundation/GlassMapper/CodeFolderX/Models/GlassBase.cs [52:55]


        public virtual bool InheritsTemplate(ID templateId)
        {
            return this.InheritsTemplate(templateId.Guid);
        }