Sic.Framework/MECF.Framework.Common/Aitex/Core/Util/DatabaseSaveIgnoreAttribute.cs

10 lines
175 B
C#

using System;
namespace Aitex.Core.Util
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class DatabaseSaveIgnoreAttribute : Attribute
{
}
}