using System; using System.Collections.Generic; using OpenAuth.Domain.Utility; namespace OpenAuth.Domain.Model { public partial class Menu :EntityBase, IAggregateRoot { public Menu() { this.Buttons = new List