ln.types/attributes/IdentityAttribute.cs

11 lines
165 B
C#

using System;
namespace ln.types.attributes
{
public class IdentityAttribute : Attribute
{
public IdentityAttribute()
{
}
}
}