2024-10-10 17:13:39 +02:00

4 lines
123 B
C#

namespace Baguette.Querying;
[AttributeUsage(AttributeTargets.Property)]
public class DisableSortingAttribute : Attribute;