PhoneToolMX/PhoneToolMX.Models/AlwaysIncludeAttribute.cs
2023-10-17 21:55:10 -07:00

8 lines
159 B
C#

namespace PhoneToolMX.Models
{
[System.AttributeUsage(AttributeTargets.Property)]
public class AlwaysIncludeAttribute : System.Attribute
{
}
}