//namespace Nop.Core; ///// ///// Represents the base class for entities ///// //public abstract partial class BaseEntity //{ // /// // /// Gets or sets the entity identifier // /// // public int Id { get; set; } //}