using System; namespace Abp.Domain.Values { public class IgnoreOnCompareAttribute : Attribute { } }