Salmon/Salmon.Core/Cliff/IdentifierField.cs
2024-04-11 21:30:36 +02:00

8 lines
126 B
C#

namespace Salmon.Core.Cliff;
[AttributeUsage(AttributeTargets.Property)]
public class IdentifierField
: Attribute
{
}