using Nop.Core.Domain.Attributes; namespace Nop.Core.Domain.Common; /// /// Represents an address attribute value /// public partial class AddressAttributeValue : BaseAttributeValue { }