using Quadarax.Foundation.Core.Data.Entity; using Quadarax.Foundation.Core.Data.Interface.Entity; namespace BO.AppServer.Data.Entity { public partial class Structure : Entity, IDao { } }