summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Extras/AuditTrailIgnoreAttribute.cs
blob: 839efe6599181247169145744bdb9d5a77d24c8b (plain) (blame)
1
2
3
4
5
namespace WhatApi.Extras;

[Serializable]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class AuditTrailIgnoreAttribute : Attribute;